Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metal/generator-metal
Yeoman Generator for Metal.js components
https://github.com/metal/generator-metal
metal soy yeoman-generator
Last synced: 2 months ago
JSON representation
Yeoman Generator for Metal.js components
- Host: GitHub
- URL: https://github.com/metal/generator-metal
- Owner: metal
- Created: 2015-06-01T22:37:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T23:51:22.000Z (over 7 years ago)
- Last Synced: 2024-04-26T05:21:42.335Z (9 months ago)
- Topics: metal, soy, yeoman-generator
- Language: JavaScript
- Homepage:
- Size: 150 KB
- Stars: 4
- Watchers: 6
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-metaljs - Yeoman generator for Metal.js
README
# Metal.js Generator
[![Build Status](http://img.shields.io/travis/metal/generator-metal/master.svg?style=flat)](https://travis-ci.org/metal/generator-metal)
[![Dependency Status](http://img.shields.io/david/metal/generator-metal.svg?style=flat)](https://david-dm.org/metal/generator-metal)
[![NPM version](http://img.shields.io/npm/v/generator-metal.svg?style=flat)](http://npmjs.org/generator-metal)
[![NPM downloads](http://img.shields.io/npm/dm/generator-metal.svg?style=flat)](http://npmjs.org/generator-metal)> A Yeoman Generator that scaffolds a [Metal.js](https://github.com/metal/metal.js) component or project.
## 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
```## Usage
Just run the following command on the directory you wish to use for your project:
```sh
yo metal
```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/metal/generator-metal/releases).
## License
[BSD License](http://opensource.org/licenses/BSD-2-Clause) © Liferay, Inc.