Repository
Current version released
3 years ago
Versions
Sleek CLI
Development tools specialized for sleek
Here be dragons
This, or on that matter Sleek, is not even close to being production ready. It and Sleek are missing many essential features. But it would be awesome if you could test it out!
Installation
Sleek and this CLI is built in Deno, so you will need to install Deno first.
Then run:
$ you@computer deno install -A --unstable --quiet -n sleek https://deno.land/x/sleek_cli/mod.ts
Using
There are three main commands:
sleek new
: Create a new sleek projectsleek dev
: Start a dev serversleek build
: Build your project