first version of wildcat
parents
Showing
.eslintrc
0 → 100644
.gitignore
0 → 100644
bin/index.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "wild", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"chalk": "^2.4.1", | ||
"commander": "^2.16.0", | ||
"ejs": "^2.6.1", | ||
"handlebars": "^4.0.11", | ||
"lodash": "^4.17.10", | ||
"shelljs": "^0.8.2" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^5.2.0", | ||
"eslint-config-standard": "^11.0.0", | ||
"eslint-plugin-import": "^2.13.0", | ||
"eslint-plugin-node": "^7.0.1", | ||
"eslint-plugin-promise": "^3.8.0", | ||
"eslint-plugin-standard": "^3.1.0" | ||
} | ||
} |
packages/actions.js
0 → 100644
packages/configs/index.js
0 → 100644
packages/templates/.babelrc.template
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
yarn.lock
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment