androidjs icon indicating copy to clipboard operation
androidjs copied to clipboard

androidjs has no command 'g'

Open rocket-pig opened this issue 3 years ago • 0 comments

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

rocket-pig avatar Nov 26 '22 17:11 rocket-pig