Skip to content

CMiksche/ng-rn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng-rnc

npm version npm GitHub Twitter Follow Mastodon Follow

This is a fork from the original ng-rn which wasn't maintained for the last few years and hasn't merged a fix for newer Angular Versions.

Rename Angular Components

One Time Usage

  npx ng-rnc old-button fancy-button

Install

  npm i -g ng-rnc

Usage

  cd /path/to/angular-project/
  ng-rnc 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-rnc old-button fancy-button

Packages

 
 
 

Languages

  • JavaScript 100.0%