1.0.2 • Published 5 years ago

@ts-npm-examples/basic-module v1.0.2

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

Basic module

A simple module that is set up for compiling, testing and publishing on NPM.

Clone

  1. Clone with git clone git@github.com:ts-npm-examples/basic-module.git
  2. Populate node_modules with yarn
  3. Test with yarn test
  4. Build with yarn build

Use as module

Install this module using yarn add @ts-npm-examples/basic-module or npm i @ts-nmp-examples/basic-module. You can use the module in both JavaScript and TypeScript projects.

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago