Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)