1.0.5 • Published 4 years ago

repoconfigurator v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

repoconfigurator

repoconfigurator is a tool which will help you set up your repo by installing config files which aren't included in git

prereqs

as this configurator uses S3 to pull configuration files from, you'll need to have a [dev] profile in your .aws credentials with programatic access to the dev account

how to use

  • npm i repoconfigurator -g (if you haven't got this already, or if it is out of date)
  • navigate to the folder that requires the config files
  • repoconfigurator

other notes

s3 is used to store related files that will be downloaded: eg: non-git config files for w-mapper requires would be in: s3://euclidic-repoconfigurator/w-mapper these would typically include files like .env, env.yml, .sentryclirc, and sentry.properties

building and publishing

update the version number in package.json then npm run build then npm publish

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago