An open API service indexing awesome lists of open source software.

https://github.com/penge/maren-s3

Maren plugin that uploads _build folder to Amazon AWS S3.
https://github.com/penge/maren-s3

aws-s3 maren-plugin maren-s3 npm-package upload

Last synced: 20 days ago
JSON representation

Maren plugin that uploads _build folder to Amazon AWS S3.

Awesome Lists containing this project

README

          

# Maren S3

Maren plugin to upload `_build` to AWS S3.

Can be used independently to upload any project.

## Install

```
$ npm install maren-s3
```

Update `maren.json`:

```json
{
"theme": "my-theme",
"plugins": [
"maren-s3"
]
}
```

## Use

```
$ maren upload
[--themes]
[--static]
[--html]
[--dryrun]
```