UNPKG
datasync-writer
Version:
latest (0.0.1)
0.0.1
Base writer for datasync
doowb/datasync-writer
datasync-writer
/
docs
/
quickstart.md
14 lines
(8 loc)
•
240 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
To
install the
module
, run the following
in
the command
line
:
``
`bash npm i {%= name %} --save `
``
Use
within your application
with
the following line
of
JavaScript
:
``
`js var {%= safename %} = require('{%= name %}'); `
``