fs-extra adds file system methods that aren't included in the native fs module and adds promise support to the fs methods. It should be a drop in replacement for fs.I got tired of including mkdirp, rimraf, and ncp in most of my projects.
nodejs filesystem move copy remove delete fs file file-system directory extra mkdirp mkdir mkdirs recursive json read write touch create text outputRainbow adds text color, background color and style for console and command line output in Swift. It is born for cross platform software logging in terminals, working in both Apple's platforms and Linux. Thanks to the open source of Swift, developers now could write cross platform programs with the same language. And I believe the command line software would be the next great platform for Swift. Colorful and well organized output always helps us to understand what happens. It is really a necessary utility to create wonderful software.
console log outputLog by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.Log to stdout.
log logger logging cli terminal term console shell update refresh overwrite output stdout progress bar animationA Writable stream instance that accepts PCM audio data and outputs it to the speakers. The output is backed by mpg123's audio output modules, which in turn use any number of audio backends commonly found on Operating Systems these days.Here's an example of piping stdin to the speaker, which should be 2 channel, 16-bit audio at 44,100 samples per second (a.k.a CD quality audio).
pcm audio sound music output speaker headphone alsa coreaudio openal sdl portaudio jack oss pulse mpg123Tiny and handy lib for parsing the usual space-separated tables we get as shell commands outputs
shell table parse outputParse text columns, like the output of unix commands. Returns JSON that you can manipulate with tools like jq or underscore-cli.
cli-app cli json jq underscore parse parser columns column col row text string str unix command cmd output csv shell sh term tableDepreacted (for now): fun idea, but needs a better execution.glsl-testify allows you to write tests inside your GLSL shaders, which can then be easily executed using the included CLI tool or manually run using the module API.
glsl gl-modules webgl shader test tap outputA simple alternative to bigger browser automation tools, aiming to keep the interface and initial setup as simple as possible: JavaScript goes in, console logs come out. There's also support for browser screenshots in Chrome, with the other browsers getting support for that soon too.Designed for running UI tests on your desktop machine. You can use this, for example, to run tape in the browser and get TAP output in your terminal.
chrome launch pipe stream exec eval run test terminal output browserThis is a BDD tool for checking and spec-ing tests against beautiful looking feature files written in MarkDown.The quickest way to get going and have a flavour of how this works is through the examples.
bdd cucumber spec feature karma jasmine test outputThis plugin simply hooks until grunt.log.writeln to allow you to cleanup log output.In your project's Gruntfile, add a section named verbosity to the data object passed into grunt.initConfig().
gruntplugin quiet log verbose verbosity mute outputSuppose you have a tool like watchify or factor-bundle that write to multiple files or write to the same file more than once.If you want to pipe the output of these tools to other programs, such as minification with the uglify command, it's very difficult! You might need to use the tool's API or use a separate command to watch for changes to the output files. Ick.
output file pipe shell exec spawn createwritestream redirectNote: this library is considered stable. It hasn't been changed much since 2012 yet it is still being used across the npm ecosystem. If you don't see any updates, it isn't because it is unmaintained but because it just works. Raise an issue for bug fixes or feature requests. Makes a double line on the screen which is 79 chars long.
cmd cli console output stdout dump format verbosecar·di·nal (kärdn-l, kärdnl) - crested thick-billed North American finch having bright red plumage in the male. When installed globally, cardinal exposes itself as the cdl command.
syntax highlight theme json terminal console print outputNebula is a small library for colored (ANSI) output in Erlang/Elixir. It's can be useful when you need to create a user-friendly command-line application. First argument is color name (atom), second - your message.
ansi colored output green cliTest that two readable streams are equal to each other. Useful for testing. This method is faster and uses much less memory than buffering entire streams and comparing their content, specially for bigger files.
node testing stream input output io assert testStreamify helps you easily provide a streaming interface for your code. Must be called only once when the actual stream you are proxying to becomes available after an asynchronous operation.
stream node testing input output api
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.