An open API service indexing awesome lists of open source software.

https://github.com/yisar/picopack

📦 Simple Typescript library bundler.
https://github.com/yisar/picopack

tsc tsconfig typescript typescript-library

Last synced: about 1 year ago
JSON representation

📦 Simple Typescript library bundler.

Awesome Lists containing this project

README

          

# Pipopack

Tiny library bundler only use TypeScript Compiler API.

### Motivation

- npm publish a pure Typescript library
<<<<<<< HEAD
- zero configs or plugins
=======
- zero config or plugin
>>>>>>> 18f44c664720fae7c004574c6a7ac23200f9b01b

### Install

```shell
npm i picopack -g
```

### Use

```shell
tinypack ./index.ts -o dist
```

## License

MIT