@jollyjerr/txtme
v0.1.3
Published
A CLI app that sends you a text after a long script finishes 📲
Downloads
2
Readme
txtme
run-a-long-script && txtme
Setup
Create a Twilio dev project -> here
Add a
.txtme.toml
like this
Name = "<your name>"
PhoneTo = "<your phone>"
PhoneFrom = "<twilio project phone>"
SID = "<twilio sid>"
Token = "<twilio token>"
If you do not add a .txtme.toml file, the cli will guide you through creating one on first run.