@vuga/rt
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

module-starter-typescript

Build Status coverage Node.js version Jest GNU Make

Starter project for building Node.js modules with TypeScript

Getting started

  1. Clone the repository:
git clone https://github.com/ceddybi/mts.git <name>
  1. Edit fields on package.json:
{
  "name": "module-name",
  "repository": "module-repo",
  "author": "your-info"
  // ...
}
  1. Install dependencies:
yarn install
  1. Add your library code on src/ and tests on /test.

Scripts

All scripts are defined on the Makefile.

Compile TypeScript files:

make build

Lint files:

make lint

Run tests:

make test

Show coverage report:

make coverage

Remove auto-generated folders:

make clean

License

MIT © Ceddy Muhoza

Readme

Keywords

none

Package Sidebar

Install

npm i @vuga/rt

Weekly Downloads

1

Version

0.0.6

License

MIT

Unpacked Size

22.9 kB

Total Files

22

Last publish

Collaborators

  • ceddy