Skip to content

๐Ÿ—๏ธ๐Ÿ“ฆ Template for creating typescript packages

License

Notifications You must be signed in to change notification settings

domdomegg/typescript-library-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

44 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

typescript-library-template

Personal template for creating TypeScript libraries.

Quick start

  1. If it should be published to NPM, add the NPM_TOKEN secret (make sure not to leave a trailing newline in there!). Otherwise, add "private": true in package.json.
  2. Update the package name, description and repo URL in package.json
  3. Enable 'Allow GitHub Actions to create and approve pull requests' in Settings > Actions (General) > `Workflow permissions
  4. Set protection on the master branch: require a pull request before merging, require reivew from code owners, require status checks to pass (select both ci options)
  5. Add the repo to the file sync automation rules
  6. Update the README, using the template commented out below

About

๐Ÿ—๏ธ๐Ÿ“ฆ Template for creating typescript packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published