skylab-cli
v2.0.1
Published
A typescript framework for building Mobile apps
Downloads
8
Readme
skylab-cli
Skylab unites React Native, Redux Thunk and React Native navigation in a single starter pack without the need for you to make the manual configurations on native code needed and the whole set of boilerplate.
Usage
$ npm install -g skylab-cli
$ skylab COMMAND
running command...
$ skylab (-v|--version|version)
skylab-cli/2.0.1 win32-x64 node-v10.15.0
$ skylab --help [COMMAND]
USAGE
$ skylab COMMAND
...
Commands
skylab help [COMMAND]
display help for skylab
USAGE
$ skylab help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
skylab init PROJECTNAME
USAGE
$ skylab init PROJECTNAME
ARGUMENTS
PROJECTNAME Desired project name
See code: src\commands\init.ts
skylab textchange NEWNAME
USAGE
$ skylab textchange NEWNAME
ARGUMENTS
NEWNAME The project's new name
See code: src\commands\textchange.ts