Skip to content
Discussion options

You must be logged in to vote

You have to clone the repo and cd into it. You're running all of these commands in your home directory ~.

If you want to build the docs, you'll need the repo, but if you just want to use demofile run:

$ mkdir demotest
$ cd demotest
$ npm init # follow instructions
$ npm i demofile --save

Then create a file (index.js) and import the package const demofile = require('demofile');.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by saul
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #35 on February 28, 2021 13:59.