Skip to content

Instantly share code, notes, and snippets.

@matthewmueller
Last active October 28, 2016 07:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewmueller/8e7e70d94b94a655164059475ce20efd to your computer and use it in GitHub Desktop.
Save matthewmueller/8e7e70d94b94a655164059475ce20efd to your computer and use it in GitHub Desktop.
Basic scaffolding for monorepos
/**
* Module dependencies
*/
/**
* Export `__NAME__`
*/
module.exports = __NAME__
/**
* __NAME__
*/
function __NAME__ () {
}
{
"name": "__NAME__",
"version": "__VERSION__",
"description": "__DESCRIPTION__",
"main": "index.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment