1.2.1 • Published 5 years ago

@beenotung/gen-index v1.2.1

Weekly downloads
14
License
BSD-2-Clause
Repository
github
Last release
5 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

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago