Metadata-Version: 2.1
Name: samepack
Version: 0.1.2
Summary: UNKNOWN
Home-page: https://github.com/r2dev2/samepack
Author: Ronak Badhe
Author-email: ronak.badhe@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown

# Samepack

A javascript bundler that tries to keep the output bundle similar to the source code.

![look, its the same](https://raw.githubusercontent.com/r2dev2/samepack/master/img/description.png)

## Setup

```bash
pip install samepack -U
```

## Usage

```bash
same -o bundle.js tests/sample/index.js
```

See ``tests/sample/index.js`` for an example of how js code is to be written.

## Other

* This cannot pull packages from npm yet.
* This should not be used for serious web apps, it should be used for extensions (to boost review times) and education only.


