1.0.1 • Published 5 years ago
@leichtgewicht/pack-ts v1.0.1
@leichtgewicht/pack-ts
Package script for typescript libraries. Prepares a ./dist folder with reduced package.json that can then be published
npx @leichtgewicht/pack-tsWarning: very opinionated built tool
This tool:
- runs
npm run build-tsto build the typescript code - removes unnecessary parts from the package.json like
privateordevDependenciesin the dist folder. - removes compiled versions of
__tests__ - makes
./dista root which makes deep require statements easier - adds
./srcto the./distfolder (without the__tests__!) - subsequentally fixes all the sourcemap entries to to point to the right sources.
- copies a
Readme.mdandLICENSEfile into the distribution