Socket
Book a DemoInstallSign in
Socket

ember-cli-rename

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-rename

A rename command for ember-cli.

latest
Source
npmnpm
Version
0.0.4
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

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 <blueprint> <source> <destination>

If you have not added the files to git, you will be prompted to do so before the rename process can continue.

ember rename <blueprint> <source> <destination> <options...>
  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 <value>, -ir <value>

Keywords

ember-addon

FAQs

Package last updated on 27 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts