https://github.com/roquie/source-concater
This app just concatenate all text files contained in zip archive to one large. And it mark each segment with relative path. With automated deployment.
https://github.com/roquie/source-concater
automated-deployment concatenation deploy deployment docker element-ui es2015 es6 javascript js source source-concater vuejs vuejs2 zip
Last synced: about 2 months ago
JSON representation
This app just concatenate all text files contained in zip archive to one large. And it mark each segment with relative path. With automated deployment.
- Host: GitHub
- URL: https://github.com/roquie/source-concater
- Owner: roquie
- License: mit
- Created: 2017-06-05T15:10:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-16T14:10:36.000Z (about 8 years ago)
- Last Synced: 2024-12-25T16:29:58.007Z (6 months ago)
- Topics: automated-deployment, concatenation, deploy, deployment, docker, element-ui, es2015, es6, javascript, js, source, source-concater, vuejs, vuejs2, zip
- Language: JavaScript
- Homepage: https://srcc.herokuapp.com/
- Size: 8.46 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Source-concater
[](https://travis-ci.org/roquie/source-concater)
[](https://scrutinizer-ci.com/g/roquie/source-concater/?branch=master)
[](https://bettercodehub.com/)Concat zipped sources to single file.
Try it -> [https://srcc.herokuapp.com/](https://srcc.herokuapp.com/)!
Or look it [how use it](https://github.com/roquie/source-concater/blob/master/doc/how-usage.gif).## Docker
```bash
docker run --name srcc -d -p 80:8080 roquie/source-concater:latest
```#### Build
* `cd /path/to/project/root`
* `yarn build`
* `docker build -t srcc:latest .`#### Run
* `docker run --rm --name srcc -d -p 8001:8080 srcc:latest`
* open [http://localhost:8001/](http://localhost:8001/)#### Stop
* `docker stop srcc`
## Build Setup
``` bash
# install dependencies
yarn install# serve with hot reload at localhost:8080
yarn run dev# build for production with minification
yarn run build# build for production and view the bundle analyzer report
yarn run build --report
```## License
MIT