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/
To use CWLGenerator, make sure node.js is installed. Then execute:
npm i -g cwlgenerator
- Node.js
- An editor (e.g. Visual studio code)
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.