Skip to content

jbranchaud/stream-args-reason-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stream-args

Consume the arguments given to the command with a stream

This is a tiny command line program written in ReasonML and compiled natively using bsb-native.

Install

$ npm install

Build

$ npm run build

Run

$ lib/bs/bytecode/stream-args arg1 2 -speed=blazing
Command Name: lib/bs/bytecode/stream-args
Arguments
- arg1
- 2
- -speed=blazing

About

Consume the arguments given to the command with a stream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages