mega-pkg
Version:
> This readme is written by the author of this package [amanuel](https://github.com/amanuel15)
36 lines (33 loc) • 542 B
JavaScript
module.exports = {
create_app: {
type: "string",
alias: "c",
help: `
Usage
$ mega-pkg pkg install all the dependencies in your project
$ mega-pkg pkg <foo> add the <foo> dependency to your project
Options
--name Your name
Examples
$ mega-pkg pkg create-app
Enter your app's name >
`,
},
pkg: {
type: "string",
alias: "p",
},
unpkg: {
type: "string",
},
start: {
type: "string",
alias: "s",
},
bundle: {
type: "string",
},
debug: {
type: "string",
},
};