node-lipsum icon indicating copy to clipboard operation
node-lipsum copied to clipboard

lipsum.org Service CLI/NodeJS Module

Results 5 node-lipsum issues
Sort by recently updated
recently updated
newest added

Added a space between ATX Style markers and text.

## issue node-lipsum throw exception right after install ## steps 1. install node-lipsum by `npm install -g node-lipsum` 2. run `node-lipsum` from CLI ## log ```console # long-nguyenxuan @ long-nguyenxuan-homepc...

Not sure what the error is. All functions I have tried produce the same error message. Even just running the CLI gives this (with my username replaced with -----): C:\>node-lipsum...

help wanted

In particular, fixes #4, but also updates various dependencies and changes deprecated/invalid syntax. Also includes a version jump so these changes can be released.

callback should have the signature `(err, text)` and not `(text)`

enhancement