https://github.com/lxsmnsyc/dismantle
Universal semi-automatic code-splitter
https://github.com/lxsmnsyc/dismantle
Last synced: 2 months ago
JSON representation
Universal semi-automatic code-splitter
- Host: GitHub
- URL: https://github.com/lxsmnsyc/dismantle
- Owner: lxsmnsyc
- License: mit
- Created: 2024-01-08T07:47:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T03:02:32.000Z (3 months ago)
- Last Synced: 2025-04-13T02:12:47.481Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.23 MB
- Stars: 43
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `dismantle`
> Universal semi-automatic code-splitter
[](https://www.npmjs.com/package/dismantle) [](https://github.com/airbnb/javascript)
## Install
```bash
npm i dismantle
``````bash
yarn add dismantle
``````bash
pnpm add dismantle
```## Features
- Directive Splitting
- Function Call Splitting
- Closure Extraction
- Remote Control Flows
- Remote Mutations## Docs
- [Configuration](https://github.com/lxsmnsyc/dismantle/blob/main/docs/configuration.md)
- [Contracts](https://github.com/lxsmnsyc/dismantle/blob/main/docs/contracts.md)## Sponsors

## License
MIT © [lxsmnsyc](https://github.com/lxsmnsyc)