Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 471 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 471 Bytes

Contributing to Twilio

All third party contributors acknowledge that any contributions they provide will be made under the same open source license that the open source project is provided under.

Contributing to this repo

Clone the repo:

git clone https://github.com/twilio-labs/twilio-style-cli.git
cd twilio-style-cli

Install the dependencies:

npm install

Run the tests:

npm test

When all the tests pass, you are ready.