0.0.116 • Published 5 months ago

mortero v0.0.116

Weekly downloads
3
License
MIT
Repository
-
Last release
5 months ago

Build status NPM version

🛠 Work in progress...

CLI

Available options:

    -C, --cwd           Sets the current working directory for EXEC calls
    -D, --dest          Sets the target destination for written files,
                        default is ./build
    -o, --show          Sets the limit for displaying files on build,
                        default is 3
    -y, --only          Used to filter out non-matching sources,
                        e.g. `-ymain` or `--only app`, etc.

    -e, --ext           Enforce preprocessing through virtual extensions,
                        i.e. `-ecss.less` render .css files with LESS.js
    -c, --copy          Copy from given sources to the target destination,
                        use the format `SRC:DEST` e.g. `-cpublic:.`
    -w, --watch         Enable file-watching through chokidar,
                        also appends directories to watch
    -B, --bundle        Enforce bundling on matching sources,
                        e.g. `-B "**/{app,main}"`
    -r, --rename        Configure the renaming rules,
                        i.e. `-r "**/app/**:{filepath/1}"` will
                        strip the first directory segment from its filepath
    -T, --timeout       Sets the timeout for compiling between changes,
                        default is 100
    -L, --plugins       Enable additional support through plugins,
                        e.g. `-L./your-plugin`

    -F, --filter        Files matching these rules are indexed and processed,
                        default is **
    -i, --ignore        Files matching ignore rules are discarded from above,
                        default is !**
    -I, --ignore-from   Extract and set ignore rules from any given files,
                        e.g. `-I.gitignore`
    -G, --ignore-serve  Excludes additional sources from live-server reload,
                        e.g. `-Gmain-iife.js`
    -X, --exclude       Files matching exclude rules are not processed,
                        e.g. `-X "{lib,shared,components}"`

    -M, --modules       Installs from pkg.snowpack.dev and serve locally
    -n, --online        Rewrite imports to resolve against skypack.dev CDN

    -a, --alias         Configure esbuild aliases, e.g. `-afoo:./bar`
    -H, --paths         Additional directories to search for modules
    -m, --minify        Minify all given JavaScript through esbuild
    -N, --external      Configure esbuild externals, e.g. `-Nlodash`
        --platform      Configure esbuild platform, default is node
        --format        Configure esbuild format (default is esm),
                        use --esm, --cjs or --iife as shortcuts
        --target        Configure esbuild target,
                        set to node10.23 when format is not esm

    -b, --base          Sets the location for embedding resources,
                        default is http://localhost:PORT
    -p, --port          Sets the port used for the live-server,
                        default is PORT or 8080
    -P, --proxy         Enable one or more proxies on live-server,
                        i.e. `-P/api:3001/api/v1/` will proxy all calls
                        from /api to http://0.0.0.0:3001/api/v1 and
                        `-P/api:3001` to http://0.0.0.0:3001/api, etc.
    -s, --serve         Additional directories to serve, e.g. `-spublic`
    -k, --index         Outputs TOML configuration for Stork Search usage

    -f, --force         Skip cache rules to build everything from scratch
    -q, --quiet         Disable most logging messages
    -d, --debug         Enable source-maps
    -V, --verbose       Enable additional logs

    -S, --no-serve      Disable live-server on --watch
    -W, --no-write      Disable writing files to disk
    -E, --no-embed      Disable resource inlining on .html files
        --no-shake      Disable tree-shaking when bundling is used
    -A, --no-install    Disable automatic installs during development
    -K, --no-process    Disable post-processing of all given sources
    -O, --no-progress   Disable extended logging from compilations
0.0.116

5 months ago

0.0.115

8 months ago

0.0.109

10 months ago

0.0.108

11 months ago

0.0.107

11 months ago

0.0.114

10 months ago

0.0.113

10 months ago

0.0.112

10 months ago

0.0.111

10 months ago

0.0.110

10 months ago

0.0.106

1 year ago

0.0.95

1 year ago

0.0.105

1 year ago

0.0.96

1 year ago

0.0.104

1 year ago

0.0.97

1 year ago

0.0.103

1 year ago

0.0.98

1 year ago

0.0.99

1 year ago

0.0.102

1 year ago

0.0.101

1 year ago

0.0.100

1 year ago

0.0.85

2 years ago

0.0.86

2 years ago

0.0.87

2 years ago

0.0.88

1 year ago

0.0.89

1 year ago

0.0.90

1 year ago

0.0.91

1 year ago

0.0.92

1 year ago

0.0.93

1 year ago

0.0.94

1 year ago

0.0.84

2 years ago

0.0.80

2 years ago

0.0.81

2 years ago

0.0.82

2 years ago

0.0.83

2 years ago

0.0.72

2 years ago

0.0.70

2 years ago

0.0.71

2 years ago

0.0.62

2 years ago

0.0.61

2 years ago

0.0.47

2 years ago

0.0.60

2 years ago

0.0.59

2 years ago

0.0.51

2 years ago

0.0.52

2 years ago

0.0.53

2 years ago

0.0.54

2 years ago

0.0.55

2 years ago

0.0.56

2 years ago

0.0.57

2 years ago

0.0.58

2 years ago

0.0.50

2 years ago

0.0.48

2 years ago

0.0.49

2 years ago

0.0.46

3 years ago

0.0.45

3 years ago

0.0.44

3 years ago

0.0.43

3 years ago

0.0.42

3 years ago

0.0.41

3 years ago

0.0.40

3 years ago

0.0.39

3 years ago

0.0.37

3 years ago

0.0.38

3 years ago

0.0.35

3 years ago

0.0.36

3 years ago

0.0.30

3 years ago

0.0.31

3 years ago

0.0.32

3 years ago

0.0.33

3 years ago

0.0.34

3 years ago

0.0.27

3 years ago

0.0.28

3 years ago

0.0.29

3 years ago

0.0.26

3 years ago

0.0.25

3 years ago

0.0.24

3 years ago

0.0.23

3 years ago

0.0.20

3 years ago

0.0.21

3 years ago

0.0.22

3 years ago

0.0.18

3 years ago

0.0.19

3 years ago

0.0.17

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.10

3 years ago

0.0.9

8 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago