cytoscape / slush-cytoscape-extension

A Cytoscape.js extension generator
MIT License
10 stars 5 forks source link

slush-cytoscape-extension

A Cytoscape.js extension generator for Slush

Instructions

  1. Create a repository on Github.
  2. Clone the repository on your machine.
  3. Open the terminal and cd to the directory of your cloned repository.
  4. Install Slush if you haven't already: npm install -g slush
  5. Install the generator: npm install -g slush-cytoscape-extension
  6. Run the extension generator: slush cytoscape-extension
  7. Follow the prompts to create the scaffolding for your extension.
  8. Write your extension in the generated cytoscape-{{your-ext-name}}.js file.
  9. Publish your extension using the instructions in your generated README.