0.1.0 • Published 7 years ago

pckgs-exc v0.1.0

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

pckgs-exc

An exercise for NPM packages.

Dica description

  • If the word ends with "on", then the two letters of the word are remove.
  • If the word begins with the letter "a", it will be add "aa" at the end.
  • If the word has more than ten letters, slice and join with -.
  • If the original word is a palindrome. Use Capitalize and lower Case.

Use

import lang from 'lang'

License

MIT