Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jelly/generator-kopano-webapp-plugin
Yeoman generator for a Kopano WebApp plugin
https://github.com/jelly/generator-kopano-webapp-plugin
javascript kopano yeoman
Last synced: 8 days ago
JSON representation
Yeoman generator for a Kopano WebApp plugin
- Host: GitHub
- URL: https://github.com/jelly/generator-kopano-webapp-plugin
- Owner: jelly
- License: agpl-3.0
- Created: 2017-09-18T15:23:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T14:34:24.000Z (over 6 years ago)
- Last Synced: 2024-10-10T18:58:27.502Z (29 days ago)
- Topics: javascript, kopano, yeoman
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-kopano-webapp-plugin [![Build Status](https://secure.travis-ci.org/jelly/generator-kopano-webapp-plugin.png?branch=master)](https://travis-ci.org/jelly/generator-kopano-webapp-plugin)
The Kopano WebApp plugin generator for [Yeoman](http://yeoman.io). This generator is intended to aid plugin development for Kopano WebApp.
## Installation
You must have [Node.js](http://nodejs.org) and npm installed. If you don't have Node.js installed, download and install the latest version.
Yeom must also be installed, if it's not installed, install it with the following command:
```
npm i -g yo
```With Node.js and Yeoman installed, you can run this command:
```
npm i -g generator-kopano-webapp
```## Usage
The Yeoman generator supports the following command:
```
$ yo kopano-webapp
```## License
[AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.en.html)