Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 448 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 448 Bytes

Anagram TS

Solve anagrams in Spanish using a dictionary via console

Commands

npm i
npm run build
npm start

Or

npm run all
(npm i && rm -rf ./dist && tsc && node ./dist)

Dev's

npm i
npm run dev

Example

Enter your word (type "exit" to quit): amor
[ 'mora', 'ramo', 'roma', 'maro', 'ramo' ]
Enter your word (type "exit" to quit):