0.1.0 • Published 7 years ago
scripture v0.1.0
📝 scripture
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 --devInitialization
Run with the help of
npx:npx scripture initSetup
scripturemanually in yourpackage.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 testContribution
Any contribution is appreciated. Thank you, have fun!