README
slush-cytoscape-extension
A Cytoscape.js extension generator for Slush
Instructions
- Create a repository on Github.
- Clone the repository on your machine.
- Open the terminal and
cdto the directory of your cloned repository. - Install Slush if you haven't already:
npm install -g slush - Install the generator:
npm install -g slush-cytoscape-extension - Run the extension generator:
slush 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.