Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trabus/ember-cli-rename
Addon for ember-cli that provides an `ember rename` command
https://github.com/trabus/ember-cli-rename
Last synced: 3 months ago
JSON representation
Addon for ember-cli that provides an `ember rename` command
- Host: GitHub
- URL: https://github.com/trabus/ember-cli-rename
- Owner: trabus
- License: mit
- Created: 2015-06-05T18:59:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-27T20:51:11.000Z (over 9 years ago)
- Last Synced: 2024-07-05T11:14:05.721Z (4 months ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ember - ember-cli-rename - Addon for ember-cli that provides an `ember rename` command. (Packages / Command-line apps)
README
ember-cli-rename
===Blueprint rename command for ember-cli. Currently a WIP, use at your own risk!
## Usage
To install `ember-cli-rename` run the following from inside an ember-cli project:
`ember install ember-cli-rename`Then from inside the project (preferably the project root), run the following:
`ember rename `If you have not added the files to git, you will be prompted to do so before the rename process can continue.
```
ember rename
Moves files in an ember-cli project and updates path references.
aliases: re
--dry-run (Boolean) (Default: false)
aliases: -d
--verbose (Boolean) (Default: false)
aliases: -v
--force (Boolean) (Default: false)
aliases: -f
--pod (Boolean) (Default: false)
aliases: -p
--dummy (Boolean) (Default: false)
aliases: -dum, -id
--in-repo-addon (String) (Default: null)
aliases: -in-repo , -ir
```