@refreshly/core
TypeScript icon, indicating that this package has built-in type declarations

2.0.4 • Public • Published

Simply a key rotation tool!~ ❤️

Docs

NPM Version NPM Downloads Coveralls CI Build

Code Style: Prettier Maintainability zx-bulk-release

Install

NPM

$ npm install @refreshly/core @refreshly/aws @refreshly/github

Yarn

$ yarn add @refreshly/core @refreshly/aws @refreshly/github

PNPM

$ pnpm add @refreshly/core @refreshly/aws @refreshly/github

Usage

import { Refreshly } from '@refreshly/core';
import { AWS } from '@refreshly/aws';
import { GitHub } from '@refreshly/github';

Refreshly(
  new AWS.Source({
    key: myAwsAccessKeyId, // process.env.AWS_ACCESS_KEY_ID
    secretKey: myAwsSecretAccessKey, // process.env.AWS_SECRET_ACCESS_KEY
    prefix: 'CI_ONLY_',
    targets: [
      new GitHub.Target({
        token: myGitHubToken, // process.env.GH_TOKEN || process.env.GITHUB_TOKEN
        orgs: ['rain-cafe'],
      }),
    ],
  })
);

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.40latest

Version History

VersionDownloads (Last 7 Days)Published
2.0.40
2.0.30
2.0.20
2.0.10
2.0.00
1.4.00
1.3.00
1.2.00
1.1.00
1.0.120
1.0.110
1.0.100
1.0.90
1.0.80
1.0.70
1.0.60
1.0.50
1.0.40
1.0.30
1.0.20
1.0.10
1.0.01

Package Sidebar

Install

npm i @refreshly/core

Weekly Downloads

1

Version

2.0.4

License

MIT

Unpacked Size

32.1 kB

Total Files

16

Last publish

Collaborators

  • cozybot
  • cecilia-sanare