1.0.7 • Published 12 months ago

@sumbat/vb-parser v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months 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

Set NPM_TOKEN in your Github actions secret, and that's it :)

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();