1.2.1 • Published 3 years ago

@beenotung/gen-index v1.2.1

Weekly downloads
14
License
BSD-2-Clause
Repository
github
Last release
3 years ago

gen-index

npm Package Version

Generate index.ts or index.js when building npm package.

Example package.json

{
  "main": "dist/index.js",
  "scripts": {
    "prebuild": "gen-index",
    "build": "tsc --outDir dist src/*.ts"
  },
  "dependencies": {
    "@beenotung/gen-index": "../"
  }
}
1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago