All Projects → bamlab → Generator Rn Toolbox

bamlab / Generator Rn Toolbox

Licence: mit
The React Native Generator to bootstrap your apps

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Generator Rn Toolbox

react-multi-context
Manage multiple React 16 contexts with a single component.
Stars: ✭ 19 (-98.35%)
Mutual labels:  jest, travis-ci, travis
Generator Jekyll Starter Kit
🚀 Jekyll Progressive Web App Generator.
Stars: ✭ 139 (-87.97%)
Mutual labels:  generator, travis-ci, yeoman
Project Name
Get the name of a project from package.json, git config, or basename of the current working directory.
Stars: ✭ 8 (-99.31%)
Mutual labels:  generator, yeoman
Flask Bones
An example of a large scale Flask application using blueprints and extensions.
Stars: ✭ 849 (-26.49%)
Mutual labels:  yarn, travis-ci
Prompt Checkbox
This repository has been archived, use Enquirer instead.
Stars: ✭ 21 (-98.18%)
Mutual labels:  generator, yeoman
Cargo Make
Rust task runner and build tool.
Stars: ✭ 895 (-22.51%)
Mutual labels:  travis-ci, travis
Vscode Yarn
VSCode extension to manage yarn commands
Stars: ✭ 18 (-98.44%)
Mutual labels:  vscode, yarn
Yarn Package Boilerplate
An Yarn package with babel, jest, flow, prettier and more
Stars: ✭ 10 (-99.13%)
Mutual labels:  yarn, jest
Use React Router
React Hook for pub-sub behavior using React Router.
Stars: ✭ 575 (-50.22%)
Mutual labels:  travis-ci, travis
Sao
⚔ Futuristic scaffolding tool
Stars: ✭ 966 (-16.36%)
Mutual labels:  generator, yeoman
Generator Angular Auto Admin Loopback
Generator for automatic CRUD angular backend for loopback apps and apis
Stars: ✭ 32 (-97.23%)
Mutual labels:  generator, yeoman
Generator
Rails-inspired generator system that provides scaffolding for your apps
Stars: ✭ 1,000 (-13.42%)
Mutual labels:  generator, yeoman
Public
Repository for wallaby.js questions and issues
Stars: ✭ 662 (-42.68%)
Mutual labels:  vscode, jest
Retro Board
Retrospective Board
Stars: ✭ 622 (-46.15%)
Mutual labels:  yarn, jest
Generator Modular Angular
A truly modular yeoman generator for AngularJS all device apps.
Stars: ✭ 23 (-98.01%)
Mutual labels:  generator, yeoman
Clean Ts Api
API em NodeJs usando Typescript, TDD, Clean Architecture, Design Patterns e SOLID principles
Stars: ✭ 619 (-46.41%)
Mutual labels:  travis-ci, jest
Condition Travis
🚫 semantic-release plugin to check Travis CI environment before publishing.
Stars: ✭ 9 (-99.22%)
Mutual labels:  travis-ci, travis
Quicksort Js
An implementation of Quicksort in JavaScript/TypeScript.
Stars: ✭ 60 (-94.81%)
Mutual labels:  travis-ci, travis
Ts Monorepo
Template for setting up a TypeScript monorepo
Stars: ✭ 459 (-60.26%)
Mutual labels:  vscode, jest
Fetch Suspense
A React hook compatible with React 16.6's Suspense component.
Stars: ✭ 479 (-58.53%)
Mutual labels:  travis-ci, travis

React Native Toolbox Build Status NPM downloads license

Yeoman generators to kickstart your react-native v0.48+ projects.

⚠️ Deprecation notice ⚠️

Dear user, we are working on a complete rewrite of generator-rn-toolbox

We are be deprecating this repo and migrating its features to react-native-make

Already available:

Features

In an existing React Native project, our generator contains sub-generators that will help you with:

Requirements

  • [ ] You need node > 6 installed
  • [ ] 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

Then follow the docs for any sub-generator listed above in the features.

If starting from scratch, use the react-native init <ProjectName> && cd <ProjectName> command to instantiate your React Native Project (for more go see the official React Native getting started).

It is recommended to initiate the git repository right after instantiating the app and to do you first commit.

It is also recommended to do a separate commit after running each of these steps.

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.

Disclaimer

To better understand your usage of this tool, basic analytics have been enabled. It only records generators usage as anonymous page views and does not track any user information

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].