Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 4.3% on proxy.golang.org
Top 0.6% dependent packages on proxy.golang.org
Top 0.6% dependent repos on proxy.golang.org
Top 8.9% forks on proxy.golang.org
Top 0.3% docker downloads on proxy.golang.org

proxy.golang.org : github.com/posener/script

Package script provides helper functions to write scripts. Inspired by https://github.com/bitfield/script, with some improvements: * Output between streamed commands is a stream and not loaded to memory. * Better representation and handling of errors. * Proper incocation, usage and handling of stderr of custom commands. The script chain is represented by a (`Stream`) https://godoc.org/github.com/posener/script#Stream object. While each command in the stream is abstracted by the (`Command`) https://godoc.org/github.com/posener/script#Command struct. This library provides basic functionality, but can be extended freely. A simple "hello world" example that creats a stream and pipe it to the stdout. An example that shows how to iterate scanned lines. An example that shows how to create custom commands using the `Through` method with a `PipeFn` function.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/posener/script
Keywords: go, golang, script, util
License: Apache-2.0
Latest release: 11 months ago
First release: over 4 years ago
Namespace: github.com/posener
Dependent packages: 44
Dependent repositories: 123
Stars: 7 on GitHub
Forks: 4 on GitHub
Docker dependents: 573
Docker downloads: 95,375,931
See more repository details: repos.ecosyste.ms
Last synced: 26 days ago

    Loading...
    Readme
    Loading...