center-code
center-code copied to clipboard
Shows the file's source centered in the terminal
command: `cat cypress.config.js | center` outputs: `ERROR: cannot find input file undefined Exception ignored in: BrokenPipeError: [Errno 32] Broken pipe` a normal cat (without the `| center`) just outputs the...
I just tried this code `test.js`: ```js async function foo() { console.log('Hello world!') } hello() ``` and run `center test.js` it tells me: ``` // other logs... at IO.unsafePerformIO (/Users/xxx/.nvm/versions/node/v14.17.6/lib/node_modules/center-code/node_modules/ramda/dist/ramda.js:44:27)...
Depends on https://github.com/bahmutov/modules-used/issues/1