1.0.0 • Published 4 years ago

@jacobbubu/pull-high-watermark v1.0.0

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

@jacobbubu/pull-high-watermark

Build Status Coverage Status npm

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.