Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethib137/generator-metal-lexicon
A generator for Metal Lexicon components.
https://github.com/ethib137/generator-metal-lexicon
Last synced: 22 days ago
JSON representation
A generator for Metal Lexicon components.
- Host: GitHub
- URL: https://github.com/ethib137/generator-metal-lexicon
- Owner: ethib137
- Created: 2016-10-10T14:47:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-10T16:38:50.000Z (about 8 years ago)
- Last Synced: 2024-08-10T05:05:32.989Z (3 months ago)
- Language: JavaScript
- Size: 111 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lexicon Metal.js Component Generator
[![Build Status](http://img.shields.io/travis/ethib137/generator-metal-lexicon/master.svg?style=flat)](https://travis-ci.org/ethib137/generator-metal-lexicon)
[![Dependency Status](http://img.shields.io/david/ethib137/generator-metal-lexicon.svg?style=flat)](https://david-dm.org/ethib137/generator-metal-lexicon)
[![NPM version](http://img.shields.io/npm/v/generator-metal-lexicon.svg?style=flat)](http://npmjs.org/generator-metal-lexicon)
[![NPM downloads](http://img.shields.io/npm/dm/generator-metal-lexicon.svg?style=flat)](http://npmjs.org/generator-metal-lexicon)> A Yeoman Generator that scaffolds a [Metal.js](https://github.com/metal/metal.js) [Lexicon](https://github.com/liferay-lexicon) component.
## Install
First, install [Yeoman](http://yeoman.io/) from [npm](https://www.npmjs.org/):
```sh
[sudo] npm install -g yo
```Then, install this generator:
```sh
[sudo] npm install -g generator-metal-lexicon
```## Usage
Just run the following command on the directory you wish to use for your project:
```sh
yo metal-lexicon
```The generator will ask you a few questions about the project. Once you've answered all of them it will automatically generate a starting structure for you, as well as download all the local dependencies.
## History
For detailed changelog, see [Releases](https://github.com/ethib137/generator-metal-lexicon/releases).
## License
[BSD License](http://opensource.org/licenses/BSD-2-Clause) © Liferay, Inc.