1.0.1 • Published 5 years ago

parse-to-dotenv v1.0.1

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

parse-to-dotenv

Parse object to dotenv

Please consider starring the project to show your ❤️ and support.

NPM version NPM download CircleCI License Donation

Install

yarn add parse-to-dotenv

Usage

const { parse } = require('parse-to-dotenv')

const dotenv = parse({
  name: 'darkvan',
  age: 18
})

Will return:

name=darkvan
age=18

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

parse-to-dotenv © evillt, Released under the MIT License.

Authored and maintained by EVILLT with help from contributors (list).

evila.me · GitHub @evillt · Twitter @evillt