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.
- Host: GitHub
- URL: https://github.com/penge/maren-s3
- Owner: penge
- Created: 2019-09-28T13:43:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T21:11:21.000Z (about 3 years ago)
- Last Synced: 2025-07-06T18:15:39.880Z (11 months ago)
- Topics: aws-s3, maren-plugin, maren-s3, npm-package, upload
- Language: JavaScript
- Homepage: https://maren.io
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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]
```