Skip to content

Solve anagrams in Spanish using a dictionary via console

Notifications You must be signed in to change notification settings

Ripper-No-Chart/AnagramTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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):

Releases

No releases published

Packages

No packages published