@clast/cli

official clast cli tool

Usage no npm install needed!

<script type="module">
  import clastCli from 'https://cdn.skypack.dev/@clast/cli';
</script>

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