@yops/data-models
v0.1.161
Published
[![npm version](https://badge.fury.io/js/%40yops%2Fdata-models.svg)](https://badge.fury.io/js/%40yops%2Fdata-models)
Downloads
7
Readme
TypeScript npm package boilerplate
A boilerplate project specifically aimed at creating npm modules in TypeScript.
TODOS
- Configure Bitbucket testing pipelines
- Publish automatically after Bitbucket testing
Installation
- Clone the repo
- Install the dependencies:
npm install
- Compile to JS:
npm run compile
- Run the test suite:
npm test
Publishing
- Publishing librairy
npm publish
Tutos
- https://www.npmjs.com/docs/orgs/publishing-an-org-scoped-package.html
- https://medium.com/@jdaudier/how-to-create-and-publish-your-first-node-js-module-444e7585b738