Socket
Socket
Sign inDemoInstall

@docus/cli

Package Overview
Dependencies
Maintainers
5
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@docus/cli

The Docus CLI.


Version published
Weekly downloads
4
decreased by-20%
Maintainers
5
Weekly downloads
 
Created
Source

Docus CLI

The Docus CLI.

Quick Setup

Add docus package globally:

# Using Yarn
yarn global add docus

# Using NPM
npm install --global docus

Commands

npm init docus

This package is also responsible for the npm init docus command.

You can use it without installing docus package globally.

-- is required as specified here.

npm init docus -- path/to/project

npm init docus -- --type="module" path/to/project

npm init docus -- --type="theme" path/to/project

create-docus

If you install the docus package globally, it will be shipped with create-docus executable.

This allows the creation of a Docus project, a theme or a module.

You can execute this command anywhere:

create-docus path/to/project

create-docus --type="module" path/to/project

create-docus --type="theme" path/to/project

Development

  1. Clone this repository
  2. Install dependencies using yarn install
  3. Start dev server using yarn dev

Keywords

FAQs

Package last updated on 24 Nov 2021

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