Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fardjad committed Aug 11, 2023
1 parent 3c60ca0 commit 5127753
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ itself.
- ESM and CommonJS support
- Support for copying binary files as well as rendering template files
- Variable substitution in file names
- Use EJS (default) or any other template engine
- Overridable file system methods. You can override the default functions used
- Use EJS (by default) or [any other template engine][2]
- Overridable file system methods. You can [override][3] the default functions used
to create directories, read files, write files, and copy files. That is
useful for testing, logging, implementing interactive prompts, etc.
useful for [testing][1], logging, implementing interactive prompts, etc.

## Installation

Expand Down Expand Up @@ -143,3 +143,7 @@ await fileGenerator.generate(
variables,
);
```

[1]: ./src/index.test.ts
[2]: #custom-template-engine
[3]: #custom-file-system-functions

0 comments on commit 5127753

Please sign in to comment.