generator-cheminfo
Generator for the different cheminfo organizations
Installation
First, install Yeoman and generator-cheminfo using npm (we assume you have pre-installed node.js).
npm i -g yo generator-cheminfo
Then go to a new directory and generate your project:
mkdir my-new-projectcd my-new-projectyo cheminfo:module
The following generators are available:
yo cheminfo:commonjsyo cheminfo:lerna-moduleyo cheminfo:moduleyo cheminfo:typescriptyo cheminfo:react-frontend
react-frontend
Basic project that includes tailwind-css and cheminfo formatting rules.