@sumbat/vb-parser
v1.0.7
Published
A typescript boilerplate using swc to release a package on npm
Downloads
1
Maintainers
Readme
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 :)
Test this boilerplate
To test it, you can install it with npm install typescript-boilerplate-package
. Then :
import {sayHello} from "typescript-boilerplate-package";
sayHello();