0.6.0 • Published 4 years ago

@apiko/bootstrap-project v0.6.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

bootstrap-project CLI

A CLI for bootstrapping Apiko projects

Available commands

React Native

You can use react-native (alias rn) command to bootstrap React Native project.

$ bootstrap-project react-native <name>

Use --help to see all available options:

$ bootstrap-project react-native --help

Expo

You can use expo command to bootstrap Expo project.

$ bootstrap-project expo <name>

Use --help to see all available options:

$ bootstrap-project expo --help

create-react-app

You can use create-react-app command to bootstrap react (create-react-app) project.

$ bootstrap-project create-react-app <name>

Use --help to see all available options:

$ bootstrap-project create-react-app --help

Library

React Native Library

You can use react-native-lib (alias rn-lib) command to bootstrap React Native Library project with an optional example.

$ bootstrap-project react-native-lib <name> [options]

Use --help to see all available options:

$ bootstrap-project react-native-lib --help

License

MIT - see LICENSE

0.6.0

4 years ago

0.5.5

5 years ago

0.5.4

5 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago