This is a simple Svelte CLI application made using crystal-lang.
$ git clone [email protected]:dvinciguerra/svelte-cli.git
crystal-lang compiler and shards installed$ which crystal # or command -v crystal
$ which shards # or command -v shards
$ shards build --production
$ ./bin/svelte-cli help
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.
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)