Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/r2dev2/samepack

A javascript bundler that tries to keep the output bundle similar to the source code.
https://github.com/r2dev2/samepack

bundler extension javascript python

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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