knott-cli
v1.0.9
Published
Create new frontend project with Knott.JS lightweight Virtual DOM web component and styling library.
Downloads
8
Maintainers
Readme
CLI
Create new frontend project with Knott.js lightweight Virtual DOM web component and styling library on-the-go without installing and setup everything.
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.