svelte-cli
svelte-cli
This is a simple Svelte CLI application made using crystal-lang
.
Installation
- clone this repository
$ git clone git@github.com:dvinciguerra/svelte-cli.git
- make sure that you have
crystal-lang
compiler andshards
installed
$ which crystal # or command -v crystal
$ which shards # or command -v shards
- compile the application
$ shards build --production
- run application
$ ./bin/svelte-cli help
Usage
This cli app is a simple wrapper for npx degit
and yarn [scripts]
for now.
In fucture I pretend to deliver a full-fearured standalone tool.
Contributing
- Fork it (https://github.com/dvinciguerra/svelte-cli/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Daniel Vinciguerra - creator and maintainer
Repository
svelte-cli
Owner
Statistic
- 2
- 0
- 0
- 0
- 0
- over 4 years ago
- June 3, 2020
License
MIT License
Links
Synced at
Fri, 08 Nov 2024 00:18:11 GMT
Languages