mirror of
https://github.com/ditkrg/rails-template.git
synced 2026-01-22 22:06:41 +00:00
Update readme
This commit is contained in:
parent
0b7a76f525
commit
48600d980b
@ -4,7 +4,7 @@ This is a template for a Rails project.
|
|||||||
## Instructions
|
## Instructions
|
||||||
1. create a new rails app with the template flag like below:
|
1. create a new rails app with the template flag like below:
|
||||||
```
|
```
|
||||||
rails new --api your_app_name --template www.github.com/ditkrg/ruby-template/template.rb
|
rails new --api your_app_name --template https://github.com/ditkrg/rails-template/blob/main/template.rb
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -19,10 +19,10 @@ This template by default will create a new rails app with the following:
|
|||||||
|
|
||||||
* if you want to skip any of the above, you can pass the following arguments:
|
* if you want to skip any of the above, you can pass the following arguments:
|
||||||
```
|
```
|
||||||
- postgres: --skip-postgres
|
- postgres: --skip-postgres
|
||||||
- rspec: --skip-rspec
|
- rspec: --skip-rspec
|
||||||
- gemset: --skip-gemset
|
- gemset: --skip-gemset
|
||||||
- dotenv: --skip-dotenv
|
- dotenv: --skip-dotenv
|
||||||
- docker: --skip-docker
|
- docker: --skip-docker
|
||||||
- docker-compose: --skip-docker-compose
|
- docker-compose: --skip-docker-compose
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user