0.1.0 • Published 3 years ago

module-kit v0.1.0

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

Lib provides utils for typescript modules

Install

npm install -D module-kit

Important: typescript only for now

Configs

Add scripts to your library package.json:

{
  "scripts": {
    "prepack": "npx tsc --noEmit false",
    "postpublish": "npm run clean",
    "clean": "npx module-kit-clean"
  },
}

You can use tsconfig.json in your module like that:

{
  "extends": "module-kit/tsconfig",
  "ts-node": {
    "transpileOnly": true
  }
}

Commands

  • npx module-kit-clean - will delete all *.js, *.d.ts files in project
0.1.0

3 years ago

0.1.0-rc.1

3 years ago

0.1.0-rc.2

3 years ago

0.1.0-rc.0

3 years ago

0.0.2

4 years ago

0.0.2-rc.1

4 years ago

0.0.1

4 years ago

0.0.1-rc.2

4 years ago

0.0.1-rc.1

4 years ago