jaysalvat / boilerplate-js-lib

Personal boilerplate for JS libs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm version

ProjectName

Dev

Dev mode

npm run dev

Build

npm run build

Lint

npm run lint

Fix lint errors

npm run lint:fix

Tests

npm run test
npm run test:watch
npm run test:browser

Bump version and publish to NPM

npm run release
npm run release:patch
npm run release:minor
npm run release:major

About

Personal boilerplate for JS libs


Languages

Language:JavaScript 98.1%Language:HTML 1.9%