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