@danetheory/quick-strap
v1.0.19
Published
The swiss-army knife of common modules used for development. ESM, Dotenv, Webpack, Babel, Rollup, and more. Useful when you'd rather group all your modules that "must be called before anything else" together, in one place. Also, a no-frills, no-bullshit w
Downloads
18
Readme
quick-strap
The swiss-army knife of common modules used for development. ESM, Dotenv, Webpack, Babel, Rollup, and more. Useful when you'd rather group all your modules that "must be called before anything else" together, in one place. Also, a no-frills, no-bullshit way to rangle all your top-level deps together for easy dependency injection. Stay Dry my friends!
background details relevant to understanding what this module does
Usage
var quickStrap = require('quick-strap')
console.log('hello warld')
outputs
hello warld
API
var quickStrap = require('quick-strap')
See api_formatting.md for tips.
Install
With npm installed, run
$ npm install quick-strap
Acknowledgments
quick-strap was inspired by..
See Also
License
MIT