Personal template for building a TypeScript library.
- search for
__LIB__NAME
in the files to find the library name placeholder. replace it with your own lib name - replace
__LIB__DESCRIPTION
in thepackage.json
file with your own lib description - replace
__LIB__KEYWORDS
in thepackage.json
file with your own lib keywords - search for
Sina Khodabandehloo
in the files to find the default author name. replace it with your own name - search for
Sinakhx
&sinakhx
in the files to find the default author handle. replace it with your own handle - replace
2022
in the license & readme files your own author year - you can also change the initial version number to your own version number in
package.json
- run
pnpm i
in the cli to install the dev dependencies
Now you are ready to go!
Please feel free to open an issue or create a pull request to add a new feature or fix a bug. (see contributing for more details)
The MIT License (MIT)
© 2022 Sina Khodabandehloo