Socket
Socket
Sign inDemoInstall

abstract-scheduler

Package Overview
Dependencies
266
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    abstract-scheduler

![Build status][ci-url]


Version published
Weekly downloads
4
decreased by-75%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Abstract Scheduler

Build status

Deploy

Synopsis

Run Server (Development)

Before running server, install project dependencies:

 $ npm install

Now you can run server, typing in your terminal:

 $ npm run dev

Server available on http://localhost:3000

Run Server (Production)

Before running server, you need to install project dependencies. To perform this, type in terminal:

 $ npm install --only=production

To run server:

 $ npm start

Server available on http://your.domain:3000

Tests

To perform tests:

 $ npm run test:prototype

Coverage

In order to generate code coverage report:

 $ npm run coverage:prototype

Linting

 $ npm run lint

Features

Environment

  • NODE_ENV
  • PORT

Specific environment

  • MOCHA_FILE
  • CI_REPORTS
  • COVERAGE_REPORTS

License

MIT © FOXTRAPP

FAQs

Last updated on 09 Aug 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc