21 packages
asserttt
---
async-off
Make asynchronous TypeScript code synchronous
enumify
A JavaScript library that helps with the enum pattern. Also supports TypeScript.
lazylines
Read a text stream, line by line
log-args
The bin script `log-args` logs to the terminal which arguments a shell script receives that is invoked by an npm package script. It is meant to be used from a `package.json` file like this:
markcheck
* Markcheck tests Markdown code blocks – to prevent errors in documentation (readmes, blogs, books, etc.). * Name of npm package: [`markcheck`](https://www.npmjs.com/package/markcheck)
openurl
Open a URL via the operating system (http: in default browser, mailto: in mail client etc.
@rauschma/demo-executables
This repository demonstrates how to create packages with Node.js-based shell scripts that can be published to the npm registry.
@rauschma/demo-shell-scripts
This repository demonstrates how to create packages with Node.js-based shell scripts that can be published to the npm registry.
@rauschma/env-var
## How to use it
@rauschma/helpers
* Helpers for JavaScript and TypeScript that I’m using in my projects. * Currently mostly undocumented. I’ll add documentation and tests over time. * [API documentation](https://rauschma.github.io/helpers/api/)
@rauschma/iterable
Experimental code: If we had tool functions for Iterables and AsyncIterables in JavaScript’s standard library – what would they look like?
@rauschma/iterator-helpers-polyfill
A polyfill for the ECMAScript proposal “Iterator Helpers”
@rauschma/nodejs-tools
* Helpers for Node.js that I’m using in my projects. * Currently mostly undocumented. I’ll add documentation over time.
@rauschma/scripts-help
## Installation
@rauschma/set-methods-polyfill
A polyfill for the ECMAScript proposal “Set Methods for JavaScript”
@rauschma/stringio
``` npm install @rauschma/stringio ``` <!-- ########################################################## -->
re-template-tag
This package provides the template tag `re` for composing regular expressions.
tsconfigurator
* [Online version](https://rauschma.github.io/tsconfigurator/site/)
ts-expect-error
A tool that checks if //@ts-expect-error suppresses the right errors
type-right
To see its functionality demonstrated, take a look at [the tests](https://github.com/rauschma/type-right/blob/master/test/index_test.js).