word-combine

create word combinations from a given list

Usage no npm install needed!

<script type="module">
  import wordCombine from 'https://cdn.skypack.dev/word-combine';
</script>

README

word-combine

combine a list of words from a text file, outputs to stdout. useful for finding project names.

usage

node index [filename] [options]

options:
  -p= : adds a prefix to the beginning of each word
  -s= : adds a suffix to the end of each word