@clast/cli
v0.1.0
Published
official clast cli tool
Downloads
5
Readme
@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