1.0.9 • Published 2 years ago

knott-cli v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

CLI

Create new frontend project with Knott.js lightweight Virtual DOM web component and styling library on-the-go without installing and setup everything.

License: MIT npm version npm downloads

Read the documentation

Usage

make sure you have npx or with yarn installed, you can create new Knott.JS project without installing the package,

# YARN
$ yarn knott-cli my-new-project
# NPM
$ npx knott-cli my-new-project

if you install the package locally,

# YARN
$ yarn global add knott-cli
# NPM
$ npm i -g knott-cli

then simply run this command,

# knott-app <PROJECT_NAME_OR_PROJECT_DIR>
$ knott-app my-new-project

...and follow the onscreen instructions.


License: MIT