1.0.0-d0 • Published 6 years ago

galley-recipes v1.0.0-d0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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.