Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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 frien…

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages