Skip to content

cheminfo/cheminfo-build

Repository files navigation

cheminfo-build

NPM version npm download test coverage license

CLI tool to build ChemInfo packages.

Installation

npm install -D cheminfo-build

Usage

cheminfo-build <options>

options

  • -c, --cwd: directory of the project to build. Defaults to the current working directory.
  • -e, --entry: entry point of the library. Default: "exports", or "module", or "main" field from package.json, or "lib/index.js", or "src/index.js" if it exists.
  • -o, --out: directory where to put the build files. Default: dist
  • -n, --out-name: name of the output file. Default: "name" field from package.json
  • -r, --root: root name of the library. Default: name of npm package (camelCase)
  • --no-minify: Disable generation of minified files.
  • --no-source-map: Disable generation of source maps.

License

MIT

About

CLI tool to build ChemInfo packages

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •