An open API service indexing awesome lists of open source software.

https://github.com/komodo/addon-bootstrapper

Bootstrap your Komodo addons. Simply clone this repository and run the "get started" commands and you'll have Komodo addon running.
https://github.com/komodo/addon-bootstrapper

Last synced: 4 months ago
JSON representation

Bootstrap your Komodo addons. Simply clone this repository and run the "get started" commands and you'll have Komodo addon running.

Awesome Lists containing this project

README

        

Requirements:

* Node.js version 6 or later
* Gulp version 3 (later might not work, tbd)

To get started:

* run `npm install`
* install gulp: `npm install -g gulp`
* run `gulp build`
* run `gulp --tasks` and look for the Komodo version you wish to install to
* run the install task, eg. `gulp install-to-komodoide/10.0`