https://github.com/dvinciguerra/svelte-cli
Svelte CLI - Simple experiment made using Crystal lang
https://github.com/dvinciguerra/svelte-cli
crystal svelte3
Last synced: 5 months ago
JSON representation
Svelte CLI - Simple experiment made using Crystal lang
- Host: GitHub
- URL: https://github.com/dvinciguerra/svelte-cli
- Owner: dvinciguerra
- License: mit
- Created: 2020-06-03T13:08:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T13:17:08.000Z (almost 6 years ago)
- Last Synced: 2025-10-14T03:34:18.401Z (5 months ago)
- Topics: crystal, svelte3
- Language: Crystal
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# svelte-cli
This is a simple Svelte CLI application made using `crystal-lang`.
## Installation
1. clone this repository
```sh
$ git clone git@github.com:dvinciguerra/svelte-cli.git
```
2. make sure that you have `crystal-lang` compiler and `shards` installed
```sh
$ which crystal # or command -v crystal
$ which shards # or command -v shards
```
3. compile the application
```sh
$ shards build --production
```
4. run application
```sh
$ ./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
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Contributors
- [Daniel Vinciguerra](https://github.com/dvinciguerra) - creator and maintainer