Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/miya0001/grunt-vagrant

This is a grunt-init template for the Vagrant + AWS environment.
https://github.com/miya0001/grunt-vagrant

Last synced: 24 days ago
JSON representation

This is a grunt-init template for the Vagrant + AWS environment.

Awesome Lists containing this project

README

        

# grunt-init vagrant

This is a grunt-init template for the Vagrant + AWS environment.

## Installation

If you haven't already done so, install grunt-init.

```
npm install -g grunt-init
mkdir ~/.grunt-init
```

Place this template in your ~/.grunt-init/ directory.

```
cd ~/.grunt-init
git clone https://github.com/miya0001/grunt-vagrant vagrant
```

## Usage

At the command-line, cd into an empty directory, run this command and follow the prompts.

```
grunt-init vagrant
```

## Contributors

* [miya0001](https://github.com/miya0001)