Skip to content

The React Native Generator to bootstrap your apps

License

Notifications You must be signed in to change notification settings

asseco-pst/generator-rn-toolbox

 
 

Repository files navigation

Yeoman generators generate assets of your react-native application.

As of now, the way those generators are configured is heavily opinionated and based on our own company needs.

Features

Requirements

  • You need node > 6 installed
  • Ruby > 2.2.3* [ ] Ruby > 2.2.3
  • Bundler installed (gem install bundler)
  • Yeoman installed (npm i -g yo)
  • Yarn installed (brew install yarn)

Usage

Install the main yeoman generator:

npm install -g yo generator-rn-toolbox

Contributing

See our contributing guidelines

Local development

To run the generator with your local version:

git clone https://github.com/bamlab/generator-rn-toolbox.git
cd generator-rn-toolbox
npm link

When you're done, you can run npm unlink to stop using your local version.

About

The React Native Generator to bootstrap your apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%