0.1.9 • Published 3 years ago

consultation-kit v0.1.9

Weekly downloads
-
License
Private
Repository
github
Last release
3 years ago

TS Library template

CI build

TypeScript library template for creating npm packages.

Getting started

  1. Ensure that you have the right version of node:
nvm use
  1. Install packages:
npm i

Build

npm run build

Testing

npm t

How to contribute

Please refer to CONTRIBUTING.md.

Semantic Versioning

This project follows semantic versioning. I release patch versions for critical bugfixes, minor versions for new features or non-essential changes, and major versions for any breaking changes.

Built with

Before publishing

  1. Change package name.
  2. Fill out keywords section in your package.json.
  3. Change private property in package.json to false.
  4. Change author's name.
  5. Check the license.
  6. Fill out the following sections:
  • repository
  • bugs
  • homepage
  1. Don't forget to set a version.
  2. Check your package content:
npm pack --dry-run
0.1.2

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago