init
parents
Showing
.DS_Store
0 → 100644
File added
.gitignore
0 → 100644
README.md
0 → 100755
bin/cli
0 → 100755
bin/lhfe-start.js
0 → 100755
bin/lhfe-stop.js
0 → 100644
lib/Creator.js
0 → 100644
lib/create.js
0 → 100644
lib/generate.js
0 → 100644
lib/prompts.js
0 → 100644
lib/request.js
0 → 100644
lib/utils.js
0 → 100644
package.json
0 → 100755
{ | ||
"name": "@lhfe/cli", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"bin": { | ||
"lhfe": "./bin/cli" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"axios": "^0.21.1", | ||
"chalk": "^4.1.0", | ||
"commander": "^7.1.0", | ||
"consolidate": "^0.16.0", | ||
"download-git-repo": "^3.0.2", | ||
"ejs": "^3.1.6", | ||
"fs-extra": "^9.1.0", | ||
"handlebars": "^4.7.7", | ||
"inquirer": "^8.0.0", | ||
"leven": "^3.1.0", | ||
"metalsmith": "^2.3.0", | ||
"ncp": "^2.0.0", | ||
"ora": "^5.4.0", | ||
"semver": "^7.3.5", | ||
"shelljs": "^0.8.4", | ||
"validate-npm-package-name": "^3.0.0" | ||
}, | ||
"engines": { | ||
"node": "^12.0.0 || >= 14.0.0", | ||
"npm": ">= 3.0.0" | ||
} | ||
} |
tpl/README.md
0 → 100644
utils/editPkg.js
0 → 100644
utils/filterFiles.js
0 → 100644
utils/generateReadme.js
0 → 100644
utils/writeFileTree.js
0 → 100644
yarn.lock
0 → 100755
This diff is collapsed.
Please
register
or
sign in
to comment