https://github.com/peterj/yo-azurecli
Yo generator for azure-cli command modules
https://github.com/peterj/yo-azurecli
Last synced: about 1 month ago
JSON representation
Yo generator for azure-cli command modules
- Host: GitHub
- URL: https://github.com/peterj/yo-azurecli
- Owner: peterj
- License: mit
- Created: 2016-11-16T05:08:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T17:46:27.000Z (almost 6 years ago)
- Last Synced: 2025-08-24T20:39:11.181Z (10 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yo Azure CLI [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> azure-cli command module generator
## Installation
First, install [Yeoman](http://yeoman.io) and generator-azure-cli-modules 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-azure-cli-modules
```
Then generate your new project:
```bash
yo azure-cli-modules
```
## 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 © [pj3677]()
[npm-image]: https://badge.fury.io/js/generator-azure-cli-modules.svg
[npm-url]: https://npmjs.org/package/generator-azure-cli-modules
[travis-image]: https://travis-ci.org/pj3677/generator-azure-cli-modules.svg?branch=master
[travis-url]: https://travis-ci.org/pj3677/generator-azure-cli-modules
[coveralls-image]: https://coveralls.io/repos/pj3677/generator-azure-cli-modules/badge.svg
[coveralls-url]: https://coveralls.io/r/pj3677/generator-azure-cli-modules