This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const outputFile = process.argv[2] | |
| const port = process.argv[3] | |
| const fs = await import('fs'); | |
| /* | |
| This is the simplest YAML template possible :) , to use simply; | |
| $ node outPutFile.yaml <port> | |
| I.E. | |
| $ node out.yaml 5009 | |
| */ |