cli init
Showing
{ | ||
"name": "commander-demo", | ||
"name": "nemean-cli", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"author": "super-lin", | ||
"scripts": { | ||
"postinstall": "nemean-cli" | ||
}, | ||
"dependencies": { | ||
"chalk": "^2.4.2", | ||
"commander": "^3.0.2", | ||
"inquirer": "^7.0.0" | ||
"fs-extra": "^8.1.0", | ||
"inquirer": "^7.0.0", | ||
"shelljs": "^0.8.3" | ||
}, | ||
"bin": { | ||
"heracles": "./bin/npmrc.js" | ||
}, | ||
"scripts": { | ||
"start": "node index.js" | ||
} | ||
} |
src/cli/index.js
0 → 100644
src/index.js
0 → 100644
template/web/.editorconfig
0 → 100644
template/web/.eslintignore
0 → 100644
template/web/.eslintrc.js
0 → 100644
template/web/.gitignore
0 → 100644
template/web/.prettierignore
0 → 100644
template/web/.prettierrc.js
0 → 100644
template/web/.stylelintrc.js
0 → 100644
template/web/README.md
0 → 100644
template/web/jest.config.js
0 → 100644
template/web/jsconfig.json
0 → 100644
template/web/mock/notices.js
0 → 100644
template/web/mock/route.js
0 → 100644
template/web/mock/user.js
0 → 100644
template/web/package.json
0 → 100644
2.78 KB
1.3 KB
1.81 KB
4.96 KB
template/web/src/global.jsx
0 → 100644
template/web/src/global.less
0 → 100644