jsmp-infrastucture
v1.0.8
Published
basic infrastucture of node project
Downloads
3
Readme
description: .gitignore file excludes generated files from repository .npmignore file excludes files that not needed by consumers of the package clean.js contains script for removing all files and folders that are created during by compile scripts
examples:
- npm run build - that transpiles original source and tests files to ES5
- npm run clean - removes all files and folders that are created during by compile scripts
- npm run test - runs transpiled test files.
link to package on npmjs.com is https://www.npmjs.com/package/jsmp-infrastucture