docshub
v2.0.2
Published
Create the workspace or create a new document in DocsHub.
Downloads
495
Maintainers
Readme
✨ DocsHub CLI
DocsHub CLI is a command-line interface (CLI) tool designed to streamline the creation of new documents on Docshub. With interactive prompts and easy-to-use commands, it simplifies the documentation workflow.
Prerequisites
Run CLI
Simply run the following command:
npx docshub
Getting started
Install the dependencies:
npm i
To run in a development environment:
$ npm run dev
Building
To build the CLI for production:
npm run build
To publish the CLI:
npm publish