@coin9/rn-cli
Version:
A scaffording based on rn-cli
17 lines (12 loc) • 423 B
JavaScript
module.exports = outputHelp = () => {
console.log(`
Usage: rn-cli <command> [options]
Options:
-v, --version Output current version number
list, ls Output available templates
Commands:
init [options] <dir> Initialize a rn project from you selection
copy [options] <dir> copy template to project for apply
help,h Print this help
`)
}