envrc-to-interface

your .envrc to TypeScript interface

Usage no npm install needed!

<script type="module">
  import envrcToInterface from 'https://cdn.skypack.dev/envrc-to-interface';
</script>

README

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):


akameco

💻 📖 🚇 ⚠️

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

License

MIT © akameco