Skip to content

Typescript Node Module Template (tnmt) by Tib0, featuring jest, tsup, vscode, pnpm, eslint and prettier.

License

Notifications You must be signed in to change notification settings

tib0/typescript-node-module-template

Repository files navigation

logo

Sample node module template by Tib0. Shipped with:

  • Github's actions
  • VSCode config
  • Node config
  • TypeScript
  • Prettier
  • Eslint
  • Pnpm
  • Tsup
  • Jest

USE

Follow these steps to make it yours :

  1. Clone the repository :
git clone https://github.com/tib0/typescript-node-module-template.git
  1. Update package.json entries (author, name...)
code typescript-node-module-template\package.json
  1. Rename folder typescript-node-module-template to whatever suit your needs.
mv typescript-node-module-template\ <target name>\
  1. Remove git history :
rm -rf .git && git init && git add . && git commit -m "Initial commit"
  1. Push :
git push

About

Typescript Node Module Template (tnmt) by Tib0, featuring jest, tsup, vscode, pnpm, eslint and prettier.

Topics

Resources

License

Stars

Watchers

Forks