@neoskop/paperboy
TypeScript icon, indicating that this package has built-in type declarations

2.9.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @neoskop/paperboy

Homepage

neolabs.io

Weekly Downloads

30

Version

2.9.1

License

Apache-2.0

Unpacked Size

25 kB

Total Files

38

Last publish

Collaborators

  • mjablonski
  • szczepanski
  • amolnar
  • arnediekmann