0.1.0 • Published 4 years ago

envrc-to-interface v0.1.0

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

envrc-to-interface

Build Status tested with jest styled with prettier All Contributors

your .envrc to TypeScript interface

Install

$ npm install envrc-to-interface
$ yarn add envrc-to-interface

Usage

const envrcToInterface = require('envrc-to-interface');

envrcToInterface('unicorns');
//=> 'unicorns & rainbows'

API

envrcToInterface(input, [options])

input

Type: string

Lorem ipsum.

options

foo

Type: boolean Default: false

Lorem ipsum.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

License

MIT © akameco