1.0.0-beta.0 • Published 4 years ago

node-app-scripts v1.0.0-beta.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Node App Scripts

Libraries.io dependency status for GitHub repo npm npm npm (tag) GitHub last commit GitHub

Configuration and scripts for Node.js App.

Install

  • NPM npm i -D node-app-scripts and npm i node-app-runtime
  • Yarn yarn add -D node-app-scripts and yarn add node-app-runtime

Usage

package.json

{
  // ...
  "scripts": {
    // ...
    "clean": "node-app-scripts clean",
    "build": "node-app-scripts build"
    // ...
  },
  // ...
}

Options

Usage: node-app-scripts command [options]

Commands:
  node-app-scripts clean  Clean up.
  node-app-scripts build  Build sources.

Options:
      --input    Input directory.                      [string] [default: "src"]
      --output   Output directory.                    [string] [default: "dist"]
  -v, --version  Show version number                                   [boolean]
  -h, --help     Show help                                             [boolean]

Related

node-app-runtime