Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 629 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 629 Bytes

forge

forge is a library and command line tool that allows developers to put together streams as pipelines.

See the forge README.md for more details.

This project and its documentation is a Work in Progress.

Publishing

# Ensure the NpM Token is set
rush publish --set-access-level public --apply --publish -n $NPM_AUTH_TOKEN --tag latest --include-all --target-branch master

Potential Future Plugins/Features

  • Web Crawler
  • Be able to run a single step multiple times in parallel, and treat the results as a single stream.
  • Display the Bytes/Object per second while it's running