Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 2.02 KB

README.md

File metadata and controls

42 lines (32 loc) · 2.02 KB

__LIB__NAME

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 the package.json file with your own lib description
  • replace __LIB__KEYWORDS in the package.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!


Contributing

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)


License

The MIT License (MIT)

© 2022 Sina Khodabandehloo