Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGabi committed Feb 3, 2020
1 parent aba91a8 commit 6856c14
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9,492 deletions.
4 changes: 2 additions & 2 deletions packages/create-aragon-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ create-aragon-app <app-name> [boilerplate]
- `app-name`: The name or ENS domain name for your app in an aragonPM Registry (e.g. `myapp` or `myapp.aragonpm.eth`). If only the name is provided it will create your app on the default `aragonpm.eth` registry.

- `boilerplate`: the Github repo name or alias for a boilerplate to set up your app. The currently available boilerplates are:

- `react`: this boilerplate contains a very basic Counter app and a webapp for interacting with it. It showcases the end-to-end interaction with an Aragon app, from the contracts to the webapp.
- `bare`: this boilerplate will just set up your app directory structure but contains no functional code.
- `buidler`: (experimental) this boilerplates is similar to `react` using the [buidler](https://buidler.dev/) task runner with a custom plugin for developing Aragon apps.
- `bare`: (deprecated) this boilerplate will just set up your app directory structure but contains no functional code.

## Example

Expand Down
Loading

0 comments on commit 6856c14

Please sign in to comment.