init
Showing
README.md
0 → 100644
bin/start
0 → 100755
command/add.js
0 → 100644
command/constants.js
0 → 100644
command/delete.js
0 → 100644
command/init.js
0 → 100644
command/list.js
0 → 100644
command/utils.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | ||
"name": "agera-h5-cli", | ||
"version": "1.0.0", | ||
"description": "agera h5 cli", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"bin": { | ||
"agera-h5": "bin/start" | ||
}, | ||
"url": "https://github.com/johnbian/agera-h5-cli", | ||
"email": "byh19920310@126.com", | ||
"author": { | ||
"name": "johnbian", | ||
"email": "byh19920310@126.com" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/johnbian/agera-h5-cli.git" | ||
}, | ||
"license": "ISC", | ||
"dependencies": { | ||
"chalk": "^2.4.2", | ||
"co": "^4.6.0", | ||
"co-prompt": "^1.0.0", | ||
"commander": "^2.19.0", | ||
"download-git-repo": "^3.0.2", | ||
"fs-extra": "^9.0.0", | ||
"inquirer": "^7.1.0", | ||
"mem-fs": "^1.1.3", | ||
"mem-fs-editor": "^6.0.0", | ||
"ora": "^4.0.3" | ||
} | ||
} |
template.json
0 → 100644
Please
register
or
sign in
to comment