Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
fs-extra
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
log-update
Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.
cardinal
Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.
outpipe
write output to a file through shell commands
output-file-sync
Synchronously write a file and create its ancestor directories if needed
supertap
Generate TAP output
cypress-terminal-report
Better terminal and file output for cypress test logs.
node-sarif-builder
Module to help building SARIF log files
printf
Full implementation of the `printf` family in pure JS.
jsonexport
Makes easy to convert JSON to CSV
log-update-async-hook
log-update fork that uses async-exit-hook internally
mocha-suppress-logs
Suppress console output of successful mocha tests.
single-line-log
Keep writing to the same line in the terminal. Very useful when you write progress bars, or a status message during longer operations
prettyoutput
Librarie to format js/json objects into a YAML-style colored output. Especially useful to pretty print logs. Performant (benchmarks)
@storybook/addon-console
Show console output like logs, errors, and warnings in the Storybook
prettier-bytes
augment pretty-bytes to make the output a little more readable (and a little less precise)
standard-json
Format JavaScript Standard Style output to a JSON array.
array-treeify
Simple text tree diagrams from arrays.
create-output-stream
Create an fs.writeableStream that won't error if the directory does not exist.
stdio
Standard input/output manager for Node.js