0.0.6 • Published 4 years ago
cwlgenerator v0.0.6
CWLGenerator
CWLGenerator is a tool that generates .cwl files by asking a series of questions. This tool is a result of the ARC-Hackathon hosted by https://nfdi4plants.de/
Installation
To use CWLGenerator, make sure node.js is installed. Then execute:
npm i -g cwlgenerator
Development
Requirements
- Node.js
- An editor (e.g. Visual studio code)
Getting started
To get started clone the CWLGenerator repository and navigate to the folder. After that, execute the command npm install in your command line. After that you can run the commands npm run build to build the project and npm start to run CWLGenerator.