@danetheory/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 w

Usage no npm install needed!

<script type="module">
  import danetheoryQuickStrap from 'https://cdn.skypack.dev/@danetheory/quick-strap';
</script>

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