Content Delivery Layer
$ npm add @neoskop/paperboy
import { Paperboy } from '@neoskop/paperboy';
new Paperboy({
command: 'npm run build',
});
##Development
Build and start the project for development:
- Node >= 8.9.1
$ npm i
Builds and starts the project with nodemon and watcher.
$ npm start
Builds the project (dist directory).
$ npm run build
Make sure to build and commit before releasing.
$ npm version patch|minory|major
$ npm publish