microgen
Version:
micro-generator for individual files, easy like sunday morning
47 lines (46 loc) • 1.17 kB
JSON
{
"name": "microgen",
"version": "1.1.4",
"description": "micro-generator for individual files, easy like sunday morning",
"bin": "index.js",
"scripts": {
"test": "./node_modules/.bin/tap test/index.js --coverage-report=text",
"lint": "./node_modules/.bin/eslint index.js",
"clean": "rm -rf test/output .nyc_output node_modules",
"fresh-test": "npm run clean && npm install && npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/busterc/microgen.git"
},
"keywords": [
"generators",
"generator",
"generate",
"handlebars",
"handlebarsjs",
"cli",
"prompt",
"inquirer",
"yo",
"plop",
"templates",
"template",
"micro-generator"
],
"author": "Buster Collings <busterc@gmail.com> (https://about.me/buster)",
"license": "ISC",
"bugs": {
"url": "https://github.com/busterc/microgen/issues"
},
"homepage": "https://github.com/busterc/microgen#readme",
"dependencies": {
"fs-extra": "^7.0.0",
"handlebars": "^4.0.11"
},
"devDependencies": {
"eslint": "^5.1.0",
"eslint-config-xo-space": "^0.19.0",
"tap": "^12.0.1"
}
}