galley-recipes

1.0.0-d0 • Public • Published

galley-recipes

this package replace internal recipe codes in galley to reduce the complexity

Install

$ yarn add galley-recipes # or npm install galley-recipes

How to use

Try galley first to see what this package is for

and put them in your code like below

import { envMapper } from 'galley-recipes'
const { generate } = envMapper;

const output = generate({ namespace, cmName, cmEnv, secretName, secretEnv });
import { fileCM } from 'galley-recipes'
const { generate } = fileCM;

const output = generate({ name, namespace, filename, filecontent });

Test

$ yarn test

Contribution

any contributions are welcome.

License

galley-recipes is MIT licensed.

Package Sidebar

Install

npm i galley-recipes

Weekly Downloads

0

Version

1.0.0-d0

License

MIT

Unpacked Size

47.9 kB

Total Files

11

Last publish

Collaborators

  • ryuheechul