kanoe-template-parcel-pug-stylus

Template with Parcel, Pug and Stylus


License
MIT
Install
npm install kanoe-template-parcel-pug-stylus@1.0.0

Documentation

Kanoe template

Simple basic project using:

Installation

npm install

Usage

# development server
npm run start
# build to production
npm run build

Code formatters

Watch mode

# all files
npm run  fix:watch:all

MD, JS, CSS, JSON, PUG

# watch mode
npm run prettier:fix:watch
# all files
npm run prettier:fix

STYL

# watch mode
npm run stylus:fix:watch
# all files
npm run stylus:fix:all
# one file
npm run stylus:fix:file --file=./file.styl

Lint

Styles

# all files
npm run stylus:lint
# one file
npm run stylus:lint --file=./file.styl