Pinned Repositories
cliargs
A library to parse command line arguments for Golang application.
cliargs-java
A library to parse command line arguments for Java application.
cliargs-rust
A library to parse command line arguments for Rust application.
gulp-showhelp
Gulp plugin to show a help message for your gulpfile.js.
jsdom-browser
Web browser simulator with jsdom
jsdom-browser.screen
The implementation of the Screen API for jsdom-browser.
sabi
A small framework to separate logics and data accesses for Golang application.
sabi-java
A small framework to separate logics and data accesses for Java application.
stringcase-rust
Converts string cases between camelCase, COBOL-CASE, kebab-case, MACRO_CASE, PascalCase, snake_case and Train-Case.
sttk's Repositories
sttk/cliargs-rust
A library to parse command line arguments for Rust application.
sttk/copy-props
Copy properties deeply between two objects
sttk/stringcase-java
Converts string cases between camelCase, COBOL-CASE, kebab-case, MACRO_CASE, PascalCase, snake_case and Train-Case.
sttk/cliargs
A library to parse command line arguments for Golang application.
sttk/cliargs-java
A library to parse command line arguments for Java application.
sttk/linebreak
A library for breaking a given text into lines within a specified width.
sttk/linebreak-java
A Java library for breaking a given text into lines within a specified width.
sttk/linebreak-rust
A Rust library for breaking a given text into lines within a specified width.
sttk/sabi
A small framework to separate logics and data accesses for Golang application.
sttk/sabi-java
A small framework to separate logics and data accesses for Java application.
sttk/stringcase-rust
Converts string cases between camelCase, COBOL-CASE, kebab-case, MACRO_CASE, PascalCase, snake_case and Train-Case.
sttk/async-done
Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.
sttk/async-once
Guarantee a node-style async function is only executed once.
sttk/benchmarks_sabi
Benchmarks of sabi
sttk/cliargdax
A dax for command-line arguments in Golang applications
sttk/default-resolution
Get the default resolution time based on the current node version, optionally overridable
sttk/each-props
Process object properties deeply.
sttk/empty-dir
Check if a directory is empty.
sttk/fancy-log
Log things, prefixed with a timestamp.
sttk/fav-type.is-integer
Checks whether a value is an integer or not.
sttk/findup-sync
Find the first file matching a given pattern in the current directory or the nearest ancestor directory.
sttk/glob-watcher
Watch globs and execute a function upon change, with intelligent defaults for debouncing and queueing.
sttk/gulp-cli
CLI for gulp
sttk/orderedmap
An ordered map for Golang.
sttk/ReasonedException
The exception class with reason.
sttk/sabi-rust
A small framework to separate logics and data accesses for Rust application.
sttk/sabi-sample-gnu-coreutils-go
Sample implementations of Gnu coreutils with Sabi
sttk/stringcase
Converts string cases between camelCase, COBOL-CASE, kebab-case, MACRO_CASE, PascalCase, snake_case and Train-Case.
sttk/undertaker
Task registry that allows composition through series/parallel methods.
sttk/v8flags
List available v8 flags.