0.1.6 • Published 7 years ago

stacker-core v0.1.6

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

Stacker Core

Twitter Follow Version MIT license dependencies devDependency Status

Usage

There are a few predefined NPM scripts available. Run them by typing this in your terminal: npm run [script]

NameDescription
buildCompiles all ES2015 files to ES5 (legacy code)
build:devRe-compiles the code whenever a change occurs
testRuns the tests with Mocha
test:devRe-runs the tests whenever a change occurs
lintRuns ESlint on all files from ./src and ./tests
lint:fixRuns ESlint and fixes all the inconsistencies
cleanRemoves the compiled files

NOTE: There is another script prepublish that runs before you publish the package to NPM. All it does is to run clean and build.

Templates

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago