starter-package-ts
v1.10.1
Published
starter-package-ts description
Downloads
2
Readme
starter-package-ts
Starter for a node package written in typescript
Using this repository as a starting point
git clone https://github.com/romainprignon/starter-package-ts.git
cd starter-package-ts
- rename all occurence of 'starter-package-ts' in project
- remove files from 'src/' and 'test/' directories
- edit all
EDIT_ME
code at your convenience
rm -rf .git
git init
git remote add origin <repo_url>
npm install
Setup
npm install --save starter-package-ts
Usage
See package.json scripts section
API
See dist/index.d.ts
Release
Example: Releasing a minor version following semver
npm run version:minor
npm run publish
License
The code is available under the MIT license.