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.
- Host: GitHub
- URL: https://github.com/komodo/addon-bootstrapper
- Owner: Komodo
- Created: 2016-05-26T23:54:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T16:03:46.000Z (over 7 years ago)
- Last Synced: 2025-01-09T08:25:55.236Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`