@asseco/generator-rn-toolbox
v0.0.1
Published
React-Native generators to manage your react-native assets
Downloads
4
Readme
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
- Icons and Splashscreen generation --
yo rn-toolbox:assets [--icon | --splash] <path>
Requirements
- [ ] You need
node > 6installed - [ ] 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-toolboxContributing
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 linkWhen you're done, you can run npm unlink to stop using your local version.
