generator-s3
v0.2.0
Published
Yeoman generator to deploy a static site to S3 from Travis
Maintainers
Readme
generator-s3

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-s3You also need to install Travis CLI
gem install travisThen, go to your directory with your static site (we use my-s3-site as an example)
cd my-s3-siteFinally, generate your Travis pipeline
yo s3Example
Update example
