Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinterest/bonsai
Understand the tree of dependencies inside your webpack bundles, and trim away the excess.
https://github.com/pinterest/bonsai
commonjs es6 javascript javascript-tools webpack2
Last synced: 23 days ago
JSON representation
Understand the tree of dependencies inside your webpack bundles, and trim away the excess.
- Host: GitHub
- URL: https://github.com/pinterest/bonsai
- Owner: pinterest
- License: apache-2.0
- Created: 2017-05-25T17:17:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T00:13:12.000Z (about 1 year ago)
- Last Synced: 2024-04-13T23:54:27.117Z (7 months ago)
- Topics: commonjs, es6, javascript, javascript-tools, webpack2
- Language: JavaScript
- Homepage: https://pinterest.github.io/bonsai
- Size: 12.4 MB
- Stars: 739
- Watchers: 10
- Forks: 47
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bonsai
[![Current Version](https://img.shields.io/npm/v/bonsai-analyzer.svg)](https://www.npmjs.com/package/bonsai-analyzer) [![Build Status](https://travis-ci.org/pinterest/bonsai.svg?branch=master)](https://travis-ci.org/pinterest/bonsai) [![codecov](https://codecov.io/gh/pinterest/bonsai/branch/master/graph/badge.svg)](https://codecov.io/gh/pinterest/bonsai) [![Greenkeeper badge](https://badges.greenkeeper.io/pinterest/bonsai.svg)](https://greenkeeper.io/)
Trim your javascript dependency tree.
![What Bonsai looks like](https://pinterest.github.io/bonsai/bonsai-interface.png)
## Users guide
The quickest way to get started is to generate a Webpack stats file, and then drag and drop it into https://pinterest.github.io/bonsai/analyze.
See more documentation and help at https://pinterest.github.io/bonsai
## Contributing
We welcome bug reports and pull requests! You can file bugs on github at [bonsai/issues](https://github.com/pinterest/bonsai/issues) or better yet contribute fixes and new features by submitting a [pull request](https://github.com/pinterest/bonsai/pulls).
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app). You can find the most recent version of the create-react-app guide [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).