1.0.9 • Published 2 years ago

weavv-cli v1.0.9

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

WEAVV CLI

Create a new frontend project with WEAVV CSS framework and scaffolding instantly bundles with necessary build tools for HTML, CSS/SCSS, JS and image assets.

Note: The example boilerplate is using Vanilla JS to create web components.

Usage

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

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

if you install the package locally,

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

then simply run this command and follow the onscreen instructions,

# weavv <PROJECT_NAME_OR_PROJECT_DIR>
$ weavv my-new-project

Credits

SAO, NodeJS, Gulp


MIT