1.0.0 • Published 3 years ago

kanoe-template-parcel-pug-stylus v1.0.0

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

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