Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ravuthz committed Sep 17, 2022
1 parent a9a9c68 commit a4a8663
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Rename.json

Use to rename package.json also update author and version fields.


## Usage:

Just rename package.json field name
```bash
npx rename.json demo-app
```

Rename package.json on name, author and version fields.
```bash
npx rename.json demo-app 1.0.0 "Ravuthz <[email protected]>"
```

0 comments on commit a4a8663

Please sign in to comment.