Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chemzqm/jsmerge
- Owner: chemzqm
- Created: 2014-01-15T11:26:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-26T12:08:26.000Z (almost 11 years ago)
- Last Synced: 2024-10-29T12:55:54.849Z (about 2 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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)
```