0.2.0 • Published 9 years ago
generator-s3 v0.2.0
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