0.1.0 • Published 4 years ago

@clast/cli v0.1.0

Weekly downloads
4
License
Apache-2.0
Repository
-
Last release
4 years ago

@clast/cli

Installation

npm i -g @clast/cli
# OR
yarn global add @clast/cli

Initialize

# create a new clast project
clast init my-project [./path-to-directory]

Project Development

# create initial build
clast build

# run development clast server
clast dev

Production

# build clast
clast build

# run in production mode
clast start