https://github.com/alestor123/generator-multi
This is a simple code for creating multiple type of project (cli,module,html)[WIP]
https://github.com/alestor123/generator-multi
Last synced: 2 months ago
JSON representation
This is a simple code for creating multiple type of project (cli,module,html)[WIP]
- Host: GitHub
- URL: https://github.com/alestor123/generator-multi
- Owner: alestor123
- License: mit
- Created: 2021-08-15T09:41:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-15T13:14:45.000Z (almost 4 years ago)
- Last Synced: 2025-03-12T17:06:21.982Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-multi [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
> This is a simple code for creating multiple type of project (cli,module,html)## Installation
First, install [Yeoman](http://yeoman.io) and generator-multi 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-multi
```Then generate your new project:
```bash
yo multi
```## 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 © [alestor123](https://alestor123.github.io/)
[npm-image]: https://badge.fury.io/js/generator-multi.svg
[npm-url]: https://npmjs.org/package/generator-multi
[travis-image]: https://travis-ci.com/alestor123/generator-multi.svg?branch=master
[travis-url]: https://travis-ci.com/alestor123/generator-multi
[daviddm-image]: https://david-dm.org/alestor123/generator-multi.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/alestor123/generator-multi