Skip to content

Commit

Permalink
feat: rename-project now also renames the organization name
Browse files Browse the repository at this point in the history
  • Loading branch information
yann510 committed Oct 25, 2020
1 parent b2c9d80 commit 46b670f
Show file tree
Hide file tree
Showing 6 changed files with 179 additions and 37,524 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ This repository is a repository template, which means you can use the `Use this

### Make it yours

You will now want to make this project yours by replacing all `stator` occurrences with your own project name.
You will now want to make this project yours by replacing all organization and project naming occurrences with your own names.
Thankfully, we have a script just for that:

```
npm run rename-project {YOUR_PROJECT_NAME}
npm run rename-project -- --organizationName {YOUR_ORGANIZATIO_NAME} --projectName {YOUR_PROJECT_NAME}
```

\*Note: I highly recommend that the project name is the same as your git repository.
Expand Down
Loading

0 comments on commit 46b670f

Please sign in to comment.