Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 995 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 995 Bytes

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.