@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'],
      }),
    ],
  })
);

Readme

Keywords

none

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