File size: 658 Bytes
bc20498
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  Sorcery version <%= version %>
  =====================================

  Usage:
    sorcery [options]

  Options:
    -h, --help                  Show help message
    -v, --version               Show version
    -i, --input <file|folder>   Input file
    -o, --output <file|folder>  Output file (if absent, will overwrite input)
    -d, --datauri               Append map as a data URI, rather than separate file
    -x, --excludeContent        Don't populate the sourcesContent array


  Example:

    sorcery --input some/generated/code.min.js
    sorcery --input tmp --output dist


  For more information visit https://github.com/Rich-Harris/sorcery