1.0.1 • Published 5 years ago
shoutme v1.0.1
shoutme
Library to log messages to the shell.
- Install
npm install shoutme- Usage
import shoutme from 'shoutme';- Development
npm run devThis watches files and compiles them
npm startThis start a web server to preview index.html
chmod +x ./test/tester.js
./test/tester.jsTo test the library in the terminal.
- Run tests
npm testnpm run dev should be running to watch and recompile files.