Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvenv/generator-x
[DEPRECATED] a yeoman generator for plato
https://github.com/vvenv/generator-x
Last synced: about 5 hours ago
JSON representation
[DEPRECATED] a yeoman generator for plato
- Host: GitHub
- URL: https://github.com/vvenv/generator-x
- Owner: vvenv
- Created: 2014-12-23T08:15:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-20T04:46:39.000Z (over 7 years ago)
- Last Synced: 2024-11-08T20:16:36.659Z (7 days ago)
- Language: JavaScript
- Homepage:
- Size: 124 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DEPRECATED, use [vue-cli template](https://github.com/platojs/template) instead
# generator-x [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> a yeoman generator for plato## Installation
First, install [Yeoman](http://yeoman.io) and generator-x 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-x
```Then generate your new project:
```bash
yo x
```## Getting To Know Yeoman
* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).## License
MIT © [crossjs](https://github.com/crossjs)
[npm-image]: https://badge.fury.io/js/generator-x.svg
[npm-url]: https://www.npmjs.com/package/generator-x
[travis-image]: https://travis-ci.org/crossjs/generator-x.svg?branch=master
[travis-url]: https://travis-ci.org/crossjs/generator-x
[daviddm-image]: https://david-dm.org/crossjs/generator-x.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/crossjs/generator-x
[coveralls-image]: https://coveralls.io/repos/crossjs/generator-x/badge.svg
[coveralls-url]: https://coveralls.io/r/crossjs/generator-x