cheminfo / tools

CLI tools to help cheminfo developers
MIT License
2 stars 3 forks source link

Cheminfo tools

CLI tools to help cheminfo developers.

Available tools

cheminfo-build

npm i -D cheminfo-build

Make a browser build using Rollup.

options

cheminfo-publish

npm i -g cheminfo-publish

Test, bump and publish a project on npm.
You need to run the command from the root of the project's directory. It is only for npm-only packages. Please use the GRM for browser packages.

configuration

The following options can be set in the package.json's cheminfo.docs object:

example

cheminfo publish -o cheminfo -b major

This will:

License

MIT