parse-to-dotenv
v1.0.1
Published
Parse object to dotenv
Downloads
8
Readme
parse-to-dotenv
Parse object to dotenv
Please consider starring the project to show your ❤️ and support.
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
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- 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).