Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

urj

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

urj

Static web publishing using S3

  • 1.1.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

urj

version license build code style

Static web publishing using S3. Like surge, but without the syrup.

Usage

Usage: urj [options] <source> <target>

args:

   source: LocalPath
   target: S3Uri

Options:

   -h, --help        output usage information
   -V, --version     output the version number
   -n, --no-clobber  Do not overwrite any existing release

Example: urj mydirectory s3://mys3bucket

Features

  • Installs and configures easily
  • Uses your own S3 account
  • Compresses with gzip
  • Sets public-read
  • Supports OS X and Linux
  • Requires Python 2.7 and baiji
  • Can be used via a CLI or as a NodeJS library

Installation

  1. Install Python 2.7
  2. npm install urj
  3. baiji will be installed for you, via pip.
  4. Set your AWS credentials in ~/.aws/credentials, if they're not already there.

Acknowledgements

This project was packaged by Paul Melnikow while at Body Labs. Thanks to Body Labs for the repository transfer.

License

The project is licensed under the two-clause BSD license.

FAQs

Package last updated on 03 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc