Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/miya0001/grunt-vagrant
- Owner: miya0001
- Created: 2014-04-05T06:25:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-05T08:27:37.000Z (over 10 years ago)
- Last Synced: 2024-10-16T01:47:07.446Z (2 months ago)
- Language: Ruby
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)