@miriamjs/logger
v0.1.4
Published
logger is the official logging package for Miriam.
Downloads
6
Readme
logger
logger
is the official logging package for Miriam.
npm install @miriamjs/logger
Features
- Feature 1
- Feature 2
Developing this Package
Watchman Configuration
In order to use logger
in your project while also developing it:
cd /my/local/spot
git clone [email protected]:miriamjs/logger.git logger
brew uninstall watchman
brew update && brew upgrade
brew install --HEAD watchman
npm i -g wml
wml add <src> <dst>
wml list
wml start