1.2.0 • Published 6 years ago

lepto-cli v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

lepto-cli Build Status

$ npm i -g lepto-cli

To get started with lepto, run lepto setup, be sure to have a package.json, if not, create it with npm init or lepto-cli will create it.

Use --config (-c) argument to give your lepto config path.

Usage: lepto [options] [command]

Options:

  -V, --version             output the version number
  -i, --input [dir]         Set input directory
  -o, --output [dir]        Set output directory
  -c, --config [file]       Path to a config file (default: lepto.config.json)
  -d --dataOutput [file]    Set the output json file for the data (eg: ./output/data.json)
  -w, --watch               Watch for files changes
  -l, --logLevel [0-3]      Set the log level from 0 (silent) to 3 (all informations)
  -p, --logPrefix [prefix]  Set a prefix for the log, eg: lepto
  --watchConfig             Watch for config file change
  --followUnlink            Remove files in the output when they are removed from the input directory
  -h, --help                output usage information

Commands:

  setup                     Create a lepto config file

Contributing

Test with fictures assets

$ cd fixtures/
$ ../bin/lepto

Test package

$ npm test

Related

  • lepto - Automated image Editing, Optimization and Analysis via CLI and a web interface

License

This project is licensed under the MIT license.

1.2.0

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago