Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.