docshub
v2.0.5
Published
Create the workspace or create a new document in DocsHub.
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 docshubGetting started
Install the dependencies:
npm iTo run in a development environment:
npm run dev
Building
To build the CLI for production:
npm run buildTo publish the CLI:
npm publish
