Skip to content

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.

License

Notifications You must be signed in to change notification settings

roquie/source-concater

Repository files navigation

Source-concater

Build Status Scrutinizer Code Quality BCH compliance

Concat zipped sources to single file.

Try it -> https://srcc.herokuapp.com/!
Or look it how use it.

Docker

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

Stop

  • docker stop srcc

Build Setup

# 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