https://github.com/launchpadlab/database-url-to-yaml
A script to convert database urls into YAML format
https://github.com/launchpadlab/database-url-to-yaml
Last synced: about 1 year ago
JSON representation
A script to convert database urls into YAML format
- Host: GitHub
- URL: https://github.com/launchpadlab/database-url-to-yaml
- Owner: LaunchPadLab
- Created: 2018-08-21T21:51:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T21:52:21.000Z (almost 8 years ago)
- Last Synced: 2025-04-09T19:55:14.686Z (about 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## database-url-to-yaml
A script to convert database urls into YAML format, for easy insertion into a Rails `database.yml` file.
### Usage
From the command line:
```sh
$ yarn add global database-url-to-yaml
$ database-url-to-yaml
```