mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Added node-modules
This commit is contained in:
14
node_modules/sprintf/README.md
generated
vendored
Normal file
14
node_modules/sprintf/README.md
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
# sprintf() for node
|
||||
|
||||
## Install
|
||||
|
||||
npm install sprintf
|
||||
|
||||
## How to
|
||||
|
||||
Works exactly like http://www.diveintojavascript.com/projects/javascript-sprintf, except that it exports those two functions:
|
||||
|
||||
sprintf = requrie('sprintf').sprintf;
|
||||
vsprintf = require('sprintf').vsprintf;
|
||||
|
||||
Have fun!
|
Reference in New Issue
Block a user