0.1.0 • Published 10 years ago

generator-cytoscape-extension v0.1.0

Weekly downloads
4
License
LGPL3+
Repository
github
Last release
10 years ago

generator-cytoscape-extension

A Cytoscape.js extension generator for Yeoman

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 Yeoman if you haven't already: sudo npm install -g yo
  5. Run the extension generator: yo cytoscape-extension
  6. Follow the prompts to create the scaffolding for your extension.
  7. Write your extension in the generated cytoscape-{{your-ext-name}}.js file.
  8. Publish your extension using the instructions in your generated README.
0.1.0

10 years ago