Skip to content

domdomegg/typescript-library-template

Repository files navigation

typescript-library-template

Personal template for creating TypeScript libraries.

Quick start

Prequisites: Node.js, Git, and the GitHub CLI (authed). AI agents like Claude Code should be able to complete all these steps.

  1. Run the setup script: node setup.js [--private]
    • --private will prevent the package being published to NPM. Usually packages should be public and will be published, but if you're unsure ask the user.
  2. Complete the TODOs in package.json and README.md (don't change anything else!)
  3. Run npm install, then check everything works with npm run test && npm run build && npm run lint
  4. Commit the changes with the commit message 'Initialization from template'

About

🏗️📦 Template for creating typescript packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 2

  •  
  •