Updateable Stream-Writer, made for writing lines to stdout and then updating lines with new information
Various helper utilities for working with buffers and binary data
A simple code writer that assists with formatting and visualizing blocks of code.
Write logs based on conventional commits and templates.
YAML 1.2 parser and serializer
Convert objects/arrays into a CSV string or write them into a CSV file
Statoscope report writer
a fast, efficient buffer writer
Specialized fast async file writer
YAML 1.2 parser and serializer
fs read and write streams based on minipass
Add or update configuration for SAP Fiori tools mockserver
TypeScript definitions for filewriter
Parquet file writer for JavaScript
Broccoli plugin that allows simple caching (while still allowing N:N) based on the input tree hash.
Updates the workspace manifest file
Writer module to add abap deployment configuration to an existing Fiori application
Writer module allowing to add an OData service to a UI5 project.
fs read and write streams based on minipass
The character data used by Hanzi Writer for Japanese. This data is derived from Make Me a Hanzi and animCJK.
Node.js log generator for log engine
SAP Fiori elements flexible programming model writer
JavaScript barcode generator supporting over 100 types and standards.
Functions for updating the configuration settings
Google Theme is a one-size-fits-all Jekyll theme for writers and is based off of Minima, from JekyllPlease do not download just yet, we are still updating and testing before we release. Thank you for understanding! <3
QA Robusta is an automation framework easing pain points away from automation test case writers. How is pain relieved? * Elements, such as links, buttons, and other html objects are defined in one location. This ensures over time the user won't have definitions spread out throughout different layers of code requiring time consuming updates if the application under test is modified. * Well defined flows allows the user to have a common means for navigating and controlling interactions with the application under test. This takes all logic out of test classes and yields in higher more modular code re-use. * When an application requiring testing has the elements and flows implemented less code savy resources can easily add new test cases once trained on how to access the flows and elements. * When ever a link or button is clicked a screen shot is taken * Results are available under site/results directory in html format. Report includes the rdoc on a per test class method along with any screen shots taken. Example report: https://cyberconnect.biz/opensource/demo_results.html * Transparent remote Unix command execution leading to well defined interfaces for common task. For example, one may have a class defined specifically for RemoteUnixNetwork. This class would have methods such as, assign_ip, ifup, ifdown, etc. This class then would be able to perform these task on any remote Unix machine. * Executes the same on Windows or Linux/Unix environments. Developers have the freedom to develop on the platform of choice. * Mechanize extension: Allows the user to define a web application's page elements in a YAML format and provide navigation paths accessing the YAML structure to interact with the web application. Users can also perform direct http.post or any other mechanize functionality when defining state-full interfaces to hit a web application without going through a browser.