@jacobbubu/pull-length-prefixed
v1.0.2
Published
[![Build Status](https://github.com/jacobbubu/pull-length-prefixed/workflows/Build%20and%20Release/badge.svg)](https://github.com/jacobbubu/pull-length-prefixed/actions?query=workflow%3A%22Build+and+Release%22) [![Coverage Status](https://coveralls.io/rep
Downloads
320
Readme
@jacobbubu/pull-length-prefixed
A starter project that makes creating a TypeScript module extremely easy.
Intro.
This tool was modified from typescript-library-starter, but I made the following revisions:
- Use GitHub Actions instead of TravisCI
- Used to develop Node.JS Module instead of packaging code for browser
Usage
git clone https://github.com/jacobbubu/typescript-starter.git YOURFOLDERNAME
cd YOURFOLDERNAME
npm install
Start coding! package.json
and entry files are already set up for you, so don't worry about linking to your main file, typings, etc. Just keep those files with the same name.
Before push
Before pushing the code to GitHub, please make sure that NPM_TOKEN
is configured in https://github.com/__your_repo__/settings/secrets
, or you can do this through semantic-release-cli
.