Skip to content

Create new frontend project with Knott.JS weightless Virtual DOM web component library.

License

Notifications You must be signed in to change notification settings

knott-dev/knott-cli

Repository files navigation

Knott JS

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

About

Create new frontend project with Knott.JS weightless Virtual DOM web component library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published