Skip to content

weavv/weavv-cli

Repository files navigation

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

About

Create new front-end project with WEAVV CSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published