Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.41 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.41 KB

Text-To-Speech Tools

This monorepository includes tools to convert text of any size to speech:

These tools require an account with at least one of these (paid) services:

Vulnerabilities Build Status Dependencies Coverage License

Contributing

Pull requests and suggestions are welcome. Create a new issue to report a bug or suggest a new feature.

Development commands:

npx lerna bootstrap   # download the project dependencies
lerna run lint        # lint code
lerna run test        # run tests