tslib-cli
Version:
maximum overkill for typescript and javascript library authors
24 lines (15 loc) • 1.15 kB
Markdown
# Read More
## Similar Tools / Inspirations
- [`microbundle`](https://www.npmjs.com/package/microbundle) - This tools is inspired by `microbundle` in lot of ways.
- [`tsdx`](https://www.npmjs.com/package/tsdx) - Again, this tools is heavily inspired by `tsdx`
### Differences with `microbundle`
- `tslib-cli` includes `jest` integration.
- `tslib-cli` also has `start` command, which lets you test out your code in browser
- `tslib-cli` has init command which scaffolds a project for you.
### Differences with `tsdx`
- `tslib-cli` focuses on `typescript` tooling, there is not babel transpile step or optimizations.
- `tslib-cli` is lighter solution with fewer dependencies.
## Further References
- [Step by step: Building and publishing an NPM Typescript package](https://itnext.io/step-by-step-building-and-publishing-an-npm-typescript-package-44fe7164964c)
- [TypeScript library starter](https://github.com/alexjoverm/typescript-library-starter) by [Alex Jover](https://github.com/alexjoverm)
- [TypeScript Library Starter Lite](https://github.com/tonysneed/typescript-library-starter-lite) by [Anthony Sneed](https://github.com/tonysneed)