1.0.3 • Published 2 years ago

typescript-boilerplate-package v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

typescript-boilerplate-package

typescript-boilerplate-package is a package that helps you to create a typescript project with a nice structure. It uses semantic-release to publish your package on npm and generate a changelog.

Usage

After cloning this repository or using it as a template, you have to follow these steps:

  1. Grant permission of your repository to allow semantic-release to change dynamically the version of the package.

Alt Text

  1. Set NPM_TOKEN in your Github actions secret.

Alt Text

Test this boilerplate

To test it, you can install it with npm install typescript-boilerplate-package. Then :

import {sayHello} from "typescript-boilerplate-package";
sayHello();
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago