Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Opinionated TypeScript template for new packages.

License

NotificationsYou must be signed in to change notification settings

joaopalmeiro/template-ts-package

Repository files navigation

Opinionated TypeScript template for new packages.

Getting Started

  1. Go to or create the package folder.
  2. Get the template files:
npx degit github:joaopalmeiro/template-ts-package

or

npx degit github:joaopalmeiro/template-ts-package --force
  1. Search fortemplate-ts-package and replace it with the package name. Ignore the template repository URL in theNOTES.md file.
  2. Search forOpinionated TypeScript template for new packages. and replace it with the (short) package description.
  3. Search forJoão Palmeiro and replace it with the author's name.
  4. Search forjoaopalmeiro@proton.me and replace it with the author's email address.
  5. Change theauthor.url field in thepackage.json file to the author's website/social media profile.
  6. Installfnm (if necessary).
  7. Run the first two commands in theDevelopment section to installNode.js and the development dependencies.
  8. Open theNOTES.md file and install the package-specific dependencies according to the first command in theCommands section.
  9. Update theSource code link at the top to the package repository link (if necessary).
  10. ChangeGitHub in theDeployment section toGitLab orCodeberg and update the link to the corresponding Tags page (if necessary).
  11. Update thehomepage,bugs.url, andrepository.url fields in thepackage.json file with their respective repository-related links (if necessary).
  12. Delete theTEMPLATE.md file.
  13. Delete theGetting Started section.

Development

Installfnm (if necessary).

fnm install&& fnm use&& node --version&& npm --version
npm install
npm run lint
npm run format
npm run build

Deployment

npm pack --dry-run
npm version patch
npm version minor
npm version major
echo"v$(npm pkg get version| tr -d\")"| pbcopy
npm login
npm publish

About

Opinionated TypeScript template for new packages.

Resources

License

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp