8000 GitHub - ibetovski/co-bran-cli: CLI interface for Co-bran. A silly project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ibetovski/co-bran-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Co-bran CLI

Guess what? This is a command-line-interface for Co-bran encoder.

Motivation

In an attempt to make a CLI "interface" for Co-bran encoder, this project is supposed be an example for reading from STDIN and input arguments from command line.

All Co-bran projects are made for fun and getting know Deno. They might change in future but the main Co-bran project is supposed to work the same way. Probably will add a "decoder" in future.

How to use it?:

$ echo "Мишо, жив и здрав, много бира в корема, хмел в магазина и пачки в джоба" | deno run index.js -

Note: the - (hyphen) is needed.

Another way:

$ deno run index.js "Мишо, жив и здрав, много бира в корема, хмел в магазина и пачки в джоба"

Or without the quotes:

$ deno run index.js Мишо, жив и здрав, много бира в корема, хмел в магазина и пачки в джоба

About

CLI interface for Co-bran. A silly project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0