Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

mobimeo/s3-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s3-config

Welcome to s3-config!

This is not an official Reach-Now product.

requirements

The project used go mod as package mgmt util, so a recent Go toolchain is required (1.12+).

build

go mod tidy
go build

init config file

./s3-config init

release

note: this should run on a CI. it will publish the golang bins to NPM, so node projects can import it.

docker run --rm \
  -w data \
  -v $PWD:/data \
  -e NPM_TOKEN \
  node:lts \
  npm ci && npm publish --access restricted