generator-cytoscape-extension
A Cytoscape.js extension generator for Yeoman
Instructions
- Create a repository on Github.
- Clone the repository on your machine.
- Open the terminal and
cd
to the directory of your cloned repository. - Install Yeoman if you haven't already:
sudo npm install -g yo
- Run the extension generator:
yo cytoscape-extension
- Follow the prompts to create the scaffolding for your extension.
- Write your extension in the generated
cytoscape-{{your-ext-name}}.js
file. - Publish your extension using the instructions in your generated README.