strof
v0.1.7
Published
a cli-tool for quering phone-books
Downloads
22
Maintainers
Readme
Strof
Presentation
strof is a nodejs package that contains the executable strof, a tool for quering text-files per paragraph (i.e. strophe). strof is a re-write in javascript of sbook written in python.
The name strof is the contraction of string of and it is pronounced like strophe is synonyme of paragraphe.
Links
Requirements
Installation
npm i -D strof
npx strof --help
Usage of strof
npx strof
npx strof --help
Or
npm create strof@latest
cd strofDir
npm install
vim data/rep_contacts.txt
npx strof -d data/rep_contacts.txt tom ardennes
strof.sh tom ardennes
Development of strof
git clone https://github.com/charlyoleg2/strof_mono.git
cd strof_mono
npm install
npm run ci
npm run tests