generator-cytoscape-extension
v0.1.0
Published
A Cytoscape.js extension generator for Yeoman
Downloads
20
Readme
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
cdto 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}}.jsfile. - Publish your extension using the instructions in your generated README.
