@neoskop/paperboy
v2.9.1
Published
Content Delivery Layer
Keywords
Readme
Paperboy
Content Delivery Layer
Installation
$ npm add @neoskop/paperboyUsage 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 iStart
Builds and starts the project with nodemon and watcher.
$ npm startBuild
Builds the project (dist directory).
$ npm run buildRelease
Make sure to build and commit before releasing.
$ npm version patch|minory|major
$ npm publish