print some helpful help for charles
Firstly, install the package using Yarn (you'll need at least Node.js LTS):
yarn global add charles-helper
Or using npm:
npm i -g charles-helper
Once that's done, you can run this command to get helper:
charles-helper
Now you understand how the package works! 🎉
ouxu(@ouxu)