Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neotan/yml2js
For specific projects conversion only
https://github.com/neotan/yml2js
Last synced: 9 days ago
JSON representation
For specific projects conversion only
- Host: GitHub
- URL: https://github.com/neotan/yml2js
- Owner: neotan
- Created: 2023-01-05T19:06:51.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T22:12:33.000Z (about 2 years ago)
- Last Synced: 2025-01-02T06:08:22.121Z (9 days ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# yml2js
Convert `yml/yaml` files to `.js` and `.env` files
## Usage
```bash
npx npx https://github.com/neotan/yml2js path/to/file1.yml path/to/file2.yml
```
or```bash
npm i -g https://github.com/neotan/yml2jsyml2js path/to/file1.yml path/to/file2.yml
```## Development run
```bash
npm run dev -- ../path/to/file1.yml ../path/to/file2.yml
```