0.2.0 • Published 7 years ago

generator-s3 v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

generator-s3 NPM version Build Status

Yeoman generator to enable S3 deployments via Travis for static websites

Installation

First, install Yeoman and generator-s3 using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-s3

You also need to install Travis CLI

gem install travis

Then, go to your directory with your static site (we use my-s3-site as an example)

cd my-s3-site

Finally, generate your Travis pipeline

yo s3

Example

Update example