Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/yml2js

yml2js path/to/file1.yml path/to/file2.yml
```

## Development run
```bash
npm run dev -- ../path/to/file1.yml ../path/to/file2.yml
```