UNPKG

generator-liferay-portlet-template

Version:

Generated liferay portlet is a yeoman generator. This generator make a portlet with a specific configuration.

37 lines (24 loc) 1.35 kB
# generator-liferay-portlet-template [![NPM version][npm-image]][npm-url] > Generated liferay portlet is a yeoman generator. This generator make a portlet with a specific configuration. ## Installation First, install [Yeoman](http://yeoman.io) and generator-liferay-portlet-template using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)). ```bash npm install -g yo npm install -g generator-liferay-portlet-template ``` ## Generate your new project First create a folder and go to this. In this folder execute: ```bash yo liferay-portlet-template ``` The project name is the name of the parent folder. ## License GNU © [Juan L. Sánchez]() [npm-image]: https://badge.fury.io/js/generator-liferay-portlet-template.svg [npm-url]: https://npmjs.org/package/generator-liferay-portlet-template [travis-image]: https://travis-ci.org//generator-liferay-portlet-template.svg?branch=master [travis-url]: https://travis-ci.org//generator-liferay-portlet-template [daviddm-image]: https://david-dm.org//generator-liferay-portlet-template.svg?theme=shields.io [daviddm-url]: https://david-dm.org//generator-liferay-portlet-template [coveralls-image]: https://coveralls.io/repos//generator-liferay-portlet-template/badge.svg [coveralls-url]: https://coveralls.io/r//generator-liferay-portlet-template