lucky_cli
Version, currently 1.5.091 versions
- 1.5.0latestApr 22, 2026
- 1.4.1not indexedJul 1, 2026
- 1.4.0not indexedJul 1, 2026
- 1.3.0not indexedJul 1, 2026
- 1.2.0not indexedJul 1, 2026
- 1.1.1not indexedJul 1, 2026
- 1.1.0not indexedJul 1, 2026
- 1.1.0-test2not indexedJul 1, 2026
- 1.0.0not indexedJul 1, 2026
- 1.0.0-rc1not indexedJul 1, 2026
- 0.30.0not indexedJul 1, 2026
- 0.29.0not indexedJul 1, 2026
- 0.28.0not indexedJul 1, 2026
- 0.27.0not indexedJul 1, 2026
- 0.26.0not indexedJul 1, 2026
- 0.25.0not indexedJul 1, 2026
- 0.24.0not indexedJul 1, 2026
- 0.23.1not indexedJul 1, 2026
- 0.23.0not indexedJul 1, 2026
- 0.22.1not indexedJul 1, 2026
- 0.22.0not indexedJul 1, 2026
- 0.21.0not indexedJul 1, 2026
- 0.20.0not indexedJul 1, 2026
- 0.19.2not indexedJul 1, 2026
- 0.19.1not indexedJul 1, 2026
- 0.19.0not indexedJul 1, 2026
- 0.18.4not indexedJul 1, 2026
- 0.18.3not indexedJul 1, 2026
- 0.18.2not indexedJul 1, 2026
- 0.18.1not indexedJul 1, 2026
- 0.18.0not indexedJul 1, 2026
- 0.18.0-rc1not indexedJul 1, 2026
- 0.18.0-previewnot indexedJul 1, 2026
- 0.17.0not indexedJul 1, 2026
- 0.17.0-rc1not indexedJul 1, 2026
- 0.16.0not indexedJul 1, 2026
- 0.15.0not indexedJul 1, 2026
- 0.14.0not indexedJul 1, 2026
- 0.13.2not indexedJul 1, 2026
- 0.13.1not indexedJul 1, 2026
- 0.13.0not indexedJul 1, 2026
- 0.12.0not indexedJul 1, 2026
- 0.12.0-rc1not indexedJul 1, 2026
- 0.11.0not indexedJul 1, 2026
- 0.10.0not indexedJul 1, 2026
- 0.10.0-rc3not indexedJul 1, 2026
- 0.10.0-rc2not indexedJul 1, 2026
- 0.10.0-rc1not indexedJul 1, 2026
- 0.9.2not indexedJul 1, 2026
- 0.9.1not indexedJul 1, 2026
- 0.9.0not indexedJul 1, 2026
- 0.8.3not indexedJul 1, 2026
- 0.8.1not indexedJul 1, 2026
- 0.8.0not indexedJul 1, 2026
- 0.7.4not indexedJul 1, 2026
- 0.7.3not indexedJul 1, 2026
- 0.7.2not indexedJul 1, 2026
- 0.7.1not indexedJul 1, 2026
- 0.7.0not indexedJul 1, 2026
- 0.6.3not indexedJul 1, 2026
- 0.6.2not indexedJul 1, 2026
- 0.6.1not indexedJul 1, 2026
- 0.6.0not indexedJul 1, 2026
- 0.5.1not indexedJul 1, 2026
- 0.5.0not indexedJul 1, 2026
- 0.4.9not indexedJul 1, 2026
- 0.4.8not indexedJul 1, 2026
- 0.4.7not indexedJul 1, 2026
- 0.4.6not indexedJul 1, 2026
- 0.4.5not indexedJul 1, 2026
- 0.4.4not indexedJul 1, 2026
- 0.4.3not indexedJul 1, 2026
- 0.4.2not indexedJul 1, 2026
- 0.4.1not indexedJul 1, 2026
- 0.4.0not indexedJul 1, 2026
- 0.3.7not indexedJul 1, 2026
- 0.3.6not indexedJul 1, 2026
- 0.3.5not indexedJul 1, 2026
- 0.3.4not indexedJul 1, 2026
- 0.3.3not indexedJul 1, 2026
- 0.3.2not indexedJul 1, 2026
- 0.3.1not indexedJul 1, 2026
- 0.3.0not indexedJul 1, 2026
- 0.2.7not indexedJul 1, 2026
- 0.2.6not indexedJul 1, 2026
- 0.2.5not indexedJul 1, 2026
- 0.2.4not indexedJul 1, 2026
- 0.2.2not indexedJul 1, 2026
- 0.2.1not indexedJul 1, 2026
- 0.2.0not indexedJul 1, 2026
- 0.1.0not indexedJul 1, 2026
github.com/luckyframework/lucky_cli
A Crystal command-line tool for generating new Lucky Web Applications.
Installation
# Add this to your shard.yml
dependencies:
lucky_cli:
github: luckyframework/lucky_cli
version: ~> 1.5.0Then run:
shards installshard.yml
- Crystal
~> 1.16- License
- MIT
- Author
- Paul Smith
- Target
luckyfrom src/lucky.cr
Dependencies
Runtime Dependencies
- nox~> 0.2.3github: crystal-loot/nox
- lucky_task~> 0.3.0github: luckyframework/lucky_task
- lucky_template~> 0.2.0github: luckyframework/lucky_template
README
Lucky CLI
This is the CLI utility used for generating new Lucky Framework Web applications.
If you're looking for the Lucky core shard, you'll find that at https://github.com/luckyframework/lucky
Installing the CLI
To install the Lucky CLI, read Installing Lucky guides for your Operating System.
Development
Building the CLI
NOTE: this should be used for working on the CLI and submitting PRs.
- Install Crystal first.
- Clone the repo
git clone https://github.com/luckyframework/lucky_cli - Go to the repo directory
cd lucky_cli - Install dependencies
shards install - Run
crystal build -o /usr/local/bin/lucky src/lucky.cr(instead of/usr/local/bin/destination you can choose any other directory that in$PATH)
Run which lucky from the command line to make sure it is installed.
If you're generating a Lucky web project, install the required dependencies. Then run lucky init
Contributing
- Fork it ( https://github.com/luckyframework/lucky_cli/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Install Earthly
- Update fixtures with
earthly +update-snapshot - Push to the branch (git push origin my-new-feature)
- Check that specs on GitHub Actions CI pass
earthly +gh-action-e2e - Create a new Pull Request
Contributors
paulcsmith Paul Smith - Original Creator of Lucky
Made with contrib.rocks.
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
1.5.0- Tagged
- Apr 22, 2026
- Commit
9f128f11f112- Crystal
~> 1.16- Indexed
- yes
Dependents
Repository
github.com/luckyframework/lucky_cli
Metadata
- Created
- Aug 12, 2026
- Updated
- Sep 24, 2026
- Synced
- Sep 24, 2026
- Versions
- 91