1.0.1 • Published 4 years ago

shoutme v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

shoutme

Library to log messages to the shell.

  1. Install
npm install shoutme
  1. Usage
import shoutme from 'shoutme';
  1. Development
npm run dev

This watches files and compiles them

npm start

This start a web server to preview index.html

chmod +x ./test/tester.js
./test/tester.js

To test the library in the terminal.

  1. Run tests
npm test

npm run dev should be running to watch and recompile files.