Skip to content

stacker/stacker-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

Name Description
build Compiles all ES2015 files to ES5 (legacy code)
build:dev Re-compiles the code whenever a change occurs
test Runs the tests with Mocha
test:dev Re-runs the tests whenever a change occurs
lint Runs ESlint on all files from ./src and ./tests
lint:fix Runs ESlint and fixes all the inconsistencies
clean Removes 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

Releases

No releases published

Packages

No packages published