New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@spreading/docuo

Package Overview
Dependencies
Maintainers
0
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spreading/docuo

Download the Docuo CLI

  • 1.1.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Installation

Download the Docuo CLI

npm i -g @spreading/docuo

Development

Run the below commands at the root of your Docuo project.

docuo dev

Run this command to preview changes locally.

Custom Ports

Docuo uses port 3000 by default. You can use the --port flag to customize the port. For example, use this command to run in port 3333:

docuo dev --port 3333
docuo build

Run this command to check if there were any build error. Fix them and commit your changes to remote repository.

docuo clear

Run this command to remove local build template cache. When you run docuo dev for the first time, the build template will be cloned and cached locally. As a result, next time you run docuo dev will be faster, but the build template is probably out of date. So if your local website doesn’t align with the production version, please run this command before you run docuo dev.

docuo instance <--create|delete> <instance_id>

Create or delete doc instance.

docuo version <--create|delete> <version> [--instance <instance_id>]

Create or delete version of the specify instance.

FAQs

Package last updated on 06 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc