Skip to content

Commit 3f70cba

Browse files
committed
Added installation stages to readme
1 parent 62b4e25 commit 3f70cba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ I cannot guarantee you that the transformer covers all possible cases, but it ha
2121

2222
Also, it might not work as expected with composite projects, because the project should contain an entry points you set in options, but it might be in other sub-project.
2323

24+
## Installation
25+
26+
1. Install the package `npm i -D ts-transformer-properties-rename`
27+
1. Add transformer with [one of possible ways](#how-to-use-the-custom-transformer)
28+
2429
## How it works
2530

2631
For every property the tool tries to understand whether a property is accessible from entry points you specified in the [options](#options).

0 commit comments

Comments
 (0)