Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/r2dev2/samepack
- Owner: r2dev2
- License: gpl-3.0
- Created: 2021-02-26T08:10:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-13T07:30:28.000Z (almost 4 years ago)
- Last Synced: 2024-09-26T21:36:39.995Z (4 months ago)
- Topics: bundler, extension, javascript, python
- Language: Python
- Homepage:
- Size: 309 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.