android-js / androidjs

Platform to build android app using node js
MIT License
466 stars 109 forks source link

androidjs has no command 'g' #280

Open rocket-pig opened 1 year ago

rocket-pig commented 1 year ago

Describe the bug Readme suggests using androidjs g to generate a project structure. Running this returns the androidjs help, with no 'g' hook listed:

Usage:  [options] [command]
                                                      Android-Js Builder: 2.3.2

Options:                                                -v, --version      output the version number
  -h, --help         display help for command

Commands:
  init [options]     Create new project                 build|b [options]  Build project
  update|u           Update module                      help [command]     display help for command

To Reproduce Steps to reproduce the behavior:

  1. run androidjs g

Expected behavior Generate project files