Skip to content

rechenberger/ng-rn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng-rn

Rename Angular Components

One Time Usage

  npx ng-rn old-button fancy-button

Install

  npm i -g ng-rn

Usage

  cd /path/to/angular-project/
  ng-rn old-button fancy-button

The Tool looks for the components in src/app/. If your components are located in a more complex path like src/app/my-vip-components, just change directory:

  cd src/app/my-vip-components
  ng-rn old-button fancy-button

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published