ggiallo28 / generator-cloudformation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Yeoman requires Node.js and npm. You can install that from here.

Once you have Node.js installed, then install Yeoman.

npm install -g yo

Now you can install generator-cf-init.

npm install -g ggiallo28/generator-cloudformation#master

Note: You can also clone the project from github, and then use npm link in the project's root directory. The link will make it so that the terraform project generator will act like you installed it using npm install -g ggiallo28/generator-cloudformation#master.

npm link

Yo - Go generate your project

Generate your new project using the yeoman command:

mkdir -p ~/my-projects/my-cool-project
cd ~/my-projects/my-cool-project
yo cf-init

About

License:MIT License


Languages

Language:JavaScript 82.7%Language:Makefile 17.3%