This package has been deprecated

Author message:

This

node-redirect-server

0.0.1 • Public • Published

Babel Base

A Babel build system following KISS principles.

Styleguide

  • Assume *nix do not use on Windows.
  • Use NPM's package.json for the following.
    • Define configuration variables via the config property.
    • Config variables should use underscores to be consistent.
    • Define NPM tasks via the scripts property.
  • All NPM tasks should call the make command.
  • Make should simply call commands in the scripts directory.
  • Manage dependencies in tasks by the order in which scripts are called.

NOTE: Using npm run-script [script] explicitly avoids issues with npm build. NOTE: Makefiles are not procedural

Instructions

$ git clone https://github.com/O-XInnovation/babel-base.git
$ cd babel-base
$ npm install
$ git remote add [your repository]

Readme

Keywords

none

Package Sidebar

Install

npm i node-redirect-server

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • hansoksendahl