generator-cheminfo
v4.16.8
Published
Generator for the different cheminfo organizations
Readme
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-cheminfoThen go to a new directory and generate your project:
mkdir my-new-project
cd my-new-project
yo cheminfo:typescriptThe following generators are available:
yo cheminfo:typescriptAfter creating a project with a generator, you can add GitHub actions workflows to it from GitHub's interface. Click on the "Actions" tab and then on "New workflow". You will be able to choose a workflow from our templates. It is recommended to add the "Node.js CI" workflow to all new modules.
