lego-build

0.0.8 • Public • Published

lego-build

NPM version Build Status Coverage Status NPM downloads

Build tool for lego3. If you're still using lego2, go branch lego2.


Install

$ npm install lego-build -g

Usage

$ lego-build [option] [file]

OPTION

  • -I, --input-directory <dir>, input directory, default: current working directory
  • -O, --output-directory <dir>, output directory, default: dist
  • --include <include>, determine which files will be included, optional: self, relative, all, standalone, umd
  • --ignore <ignore>, determine which id will not be transported
  • --skip <skip>, determine which id will not be parsed when analyse
  • -f, --force, force to clean dest directory first
  • -r, --registry <url>, registry url of yuan server
  • --idleading [idleading], prefix of module name, default: {{name}}/{{version}}
  • --with-deps, build package in dependencies
  • --zip, archive by zip
  • --verbose, show more logging
  • --no-color, disable colorful print
  • --no-install, disable install

LISENCE

Copyright (c) 2014 chencheng. Licensed under the MIT license.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.8
    3
    • latest

Version History

Package Sidebar

Install

npm i lego-build

Weekly Downloads

3

Version

0.0.8

License

MIT

Last publish

Collaborators

  • herbertliu