typescript-npm-templage-test
TypeScript icon, indicating that this package has built-in type declarations

2.2.0 • Public • Published

Typescript NPM Package Template

Create and publish TS/JS NPM packages seamlessly.

Interested in supporting this free template?

Buy Me A Coffee

Steps

  1. Clone, download or fork this project.
  2. Replace in the package.json the next values with your own ones:
    • name
    • description
    • keywords
    • repository
    • author
  3. Create a NPM secret and add it to the project secrets:
    • Generate Token in https://www.npmjs.com/settings/<your-profile>/tokens
    • Create a New repository secret named NPM_TOKEN and copy its value (https://github.com/<username>/<project-name>/settings/secrets/actions)
  4. (Optional) Add codecov flow:
    • Go to codecov, login, find your project and add the given CODECOV_TOKEN to your project secrets (https://github.com/<username>/<project-name>/settings/secrets/actions).

How to skip the npm publish step

As you can check in .releaserc and release.yml workflow, and read in depth in the semantic-release documentation, the project is configured to trigger a new versioned commit and publish to NPM under master, next, next-major, beta and alpha.

To skip a CI include [skip ci] in the commit title or cancel the Github action.

Package Sidebar

Install

npm i typescript-npm-templage-test

Weekly Downloads

3

Version

2.2.0

License

MIT

Unpacked Size

3.87 kB

Total Files

5

Last publish

Collaborators

  • josegoval