Skip to content

Commit

Permalink
Prepare for taking Bowser out of beta
Browse files Browse the repository at this point in the history
  • Loading branch information
robinheinze committed Sep 21, 2018
1 parent 0bb465a commit 3b49b14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -76,14 +76,14 @@ $ ignite new MyNewAppName

Infinite Red provides two boilerplates, they are:
* Andross - the tried and true (React Navigation, Redux, & Redux Saga)
* Bowser - the latest and greatest, which is currently in beta (React Navigation, MobX State Tree, & TypeScript)
* Bowser - the latest and greatest (React Navigation, MobX State Tree, & TypeScript)

### Use Ignite Bowser: [Infinite Red Bowser boilerplate](https://github.com/infinitered/ignite-ir-boilerplate-bowser)

```
$ npm install -g ignite-cli
$ ignite new PizzaApp
( Choose `Bowser (currently in beta)` when prompted )
( Choose `Bowser` when prompted )
$ cd PizzaApp
$ ignite generate screen pizza-location-list
( Choose `example` domain when prompted. This determines where your new screen will go in the directory structure. )
Expand Down
2 changes: 1 addition & 1 deletion src/commands/new.js
Expand Up @@ -102,7 +102,7 @@ async function command (context) {
boilerplateName = filesystem.path(boilerplateName)
}
const andross = 'Andross (React Navigation, Redux, & Redux Saga'
const bowser = 'Bowser (in Beta) (React Navigation, MobX State Tree, & TypeScript)'
const bowser = 'Bowser (React Navigation, MobX State Tree, & TypeScript)'
if (!boilerplateName) {
const { boilerplate } = await context.prompt.ask([
{
Expand Down

0 comments on commit 3b49b14

Please sign in to comment.