Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ export default App
## Documentation
The documentation for the project is available in the `/docs` directory and the hosted version is available at [ol-kit.com](https://ol-kit.com/docs).

If you are ol-kit project maintainer and need to generate updated docs then run
```
npm install better-docs --no-save
npm run docs
```

## Running the Demo application locally

The code for the demo application lives in the `app/` folder.
Expand Down
2 changes: 1 addition & 1 deletion cli/generator/prompt.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const vorpal = require('vorpal')()
const vorpal = require('@seneca/vorpal')()

const chalk = require('chalk')
const cliInput = require('./cliInput')
Expand Down
Loading