start-env

3.0.0 • Public • Published

start-env

npm linux build windows build coverage deps

process.env task for Start.

Install

npm install --save-dev start-env
# or 
yarn add --dev start-env

Usage

import Start from 'start';
import reporter from 'start-pretty-reporter';
import env from 'start-env';
import files from 'start-files';
import read from 'start-read';
import babel from 'start-babel';
import write from 'start-write';
 
const start = Start(reporter());
 
export const build = () => start(
  env('NODE_ENV', 'production'),
  files('lib/**/*.js'),
  read(),
  babel(),
  write('build/')
);

Arguments

env(key, value)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.0.0
    11
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 3.0.0
    11
  • 2.0.0
    0
  • 1.0.1
    1
  • 1.0.0
    0
  • 0.1.0
    1

Package Sidebar

Install

npm i start-env

Weekly Downloads

13

Version

3.0.0

License

MIT

Last publish

Collaborators

  • deepsweet