Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).