Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chemzqm/jsmerge

Merge flatten scripts of CMD style into one file
https://github.com/chemzqm/jsmerge

Last synced: about 1 month ago
JSON representation

Merge flatten scripts of CMD style into one file

Awesome Lists containing this project

README

        

# jsmerge

[![Build Status](https://secure.travis-ci.org/chemzqm/jsmerge.png)](http://travis-ci.org/chemzqm/jsmerge)

Build a single file with separated files of CMD style in one folder, useful for building embeded script.

## Install

npm install -g jsmerge

## Usage

```
Usage: jsmerge [options]

Options:

-h, --help output usage information
-V, --version output the version number
-s, --src source folder (src)
-o, --out dist folder (build)
```