scripture

0.1.0 • Public • Published

📝 [script]ure

Travis CI - Build Status Coveralls - Code Coverage Status JavaScript Style Guide PRs Welcome

A helper tool to keep package.json lean by extracting your NPM scripts into a separate file.


scripture: [noun]: from Latin scrīptūra ("a writing, scripture")

  • a body of authoritative writings or anything written

Installation

# Using NPM 
npm install scripture --save-dev
# Using Yarn 
yarn add scripture --dev

Initialization

  • Run with the help of npx:

    npx scripture init
  • Setup scripture manually in your package.json:

    ...
    "scripts"{
      "the": "sciprture"
    }
    ...

Usage

Run your scripts via npm prepending the word the, e.g.:

# Run the build script 
npm run the build
 
# Run the test 
npm run the test

Contribution

Any contribution is appreciated. Thank you, have fun!

License

MIT @ Richard Szakacs

Readme

Keywords

none

Package Sidebar

Install

npm i scripture

Weekly Downloads

3

Version

0.1.0

License

MIT

Unpacked Size

29.2 kB

Total Files

13

Last publish

Collaborators

  • richardszkcs