Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 976 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 976 Bytes

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 -f --unstable --quiet -n sleek https://deno.land/x/sleek_cli/mod.ts

To install the latest development version, run:

$ you@computer deno install -A -f --unstable --quiet -n sleek https://raw.githubusercontent.com/sleekjs/cli/v1.1.2/mod.ts

Using

These are the currently available commands:

  • sleek new: Create a new sleek project
  • sleek dev: Start a dev server
  • sleek build: Build your project
  • sleek generate: Scaffold a new component or service
  • sleek help: View detailed help