tmc-snitch
v0.1.7
Published
A dev tools package to control logging to the console
Downloads
3
Readme
TMC Snitch
A dev tools package to control logging to the console
Installation
Use the package manager pip to install foobar.
npm install tmc-snitch
Usage
import TmcSnitch from 'tmc-snitch';
Vue.use(TmcSnitch);
How to log a message
In a template simply call TmcSnitch and pass your message
this.$snitch.log('your message here')
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.