1.0.0 • Published 7 years ago

ashram v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

ashram: acronym search program

Installation

yarn global add ashram

or

npm install -g ashram

Usage

ashram --phrase 'acronym search program'
...
aero
...
anchor
...
ashram
...

By default, acronyms are searched against word-list, but you can also use your own file:

ashram --file <words.txt> --phrase ...

Explanation

Given a phrase, ashram searches a list of words for acronyms of that phrase. The acronyms have following constraints:

  • the first letter of phrase and acronym have to match
  • for every word in the phrase at least one character has to match in the acronym
1.0.0

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago