create-small-module
v0.2.0
Published
Functional opinionated template generation for small modules
Downloads
2
Maintainers
Readme
create-small-module
Functional opinionated template generation for small modules.
Installation
$ npm install -g create-small-module
Example
$ create-small-module ./config.json ./dest
config.json:
{
"name": "a-module",
"author": {
"username": "queckezz",
"fullname": "Fabian Eichenberger",
"email": "[email protected]"
},
"description": "test package created using create-small-module",
"keywords": ["some", "random", "keywords"],
"license": "MIT"
}
Tests
> npm test