1.10.1 • Published 6 years ago
starter-package-ts v1.10.1
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_MEcode at your convenience
rm -rf .git
git init
git remote add origin <repo_url>
npm installSetup
npm install --save starter-package-tsUsage
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 publishLicense
The code is available under the MIT license.