Skip to content

Commit

Permalink
readme cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaronixon committed Sep 28, 2023
1 parent 60b4f94 commit 3812b00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ A turbo native project generator for iOS and Android.
- Added presentations `pop`, `refresh`, `none`, `replace`, `clear-all`, and `replace-all`. (iOS)
- Added `visitable` property in order to avoid visits. (iOS)
- Added support for tab navigation. (iOS/Android)
- Added support for flash messages. (iOS/Android)
- Added navigation bar button component. (iOS/Android)

## Installation

Expand Down Expand Up @@ -56,7 +58,7 @@ Options:

## Development

After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment, you can run something like `TurboNativeInitializer::Generator.start(["TurboNativeProject", "--platform=ios", "--navigation=stack"])`.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).

Expand Down

0 comments on commit 3812b00

Please sign in to comment.