- latest version of nodejs
- latest version of npm
- npm
- git
- eslint
- transpiler for ECS6 with spread operator
- running tests via mocha and chai
- running show code coverage after test run
npm install -g pubcore-create-package
-
create a directory (convention lower case and dash-separated)
mkdir new-project
-
and change into it
cd new-project
-
execute
pubcore-create-package
-
(optional) if your code already exists, copy it into src/index.js. (Keep the entry point file 'src/index.js' because of config dependencies)