1.1.3 • Published 8 years ago
sw-deploy v1.1.3
SW-DEPLOY
Static Asset Website Deployment Tool
- Currently Supports Deploying to AWS S3
Getting Started
These instructions will get you deploying the front end app as static website.
Prerequisites
- NodeJS (Latest)
Install
You should install it in global scope
npm install -g sw-deployRunning
Run the following command in your project path.
The compiled files should be in dist folder of your project root.
sw-deployProvide Credentials to start deploying.
Upcoming Features
- A project specific JSON config file to store the credentials.
- Option to change production build directory at runtime.
- Command to listing and cleaning of unused objects in the bucket.
- Configuration of additional
Content-Encodingto other file extenstions.