Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@docs.page/cli

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@docs.page/cli - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

15

package.json
{
"name": "@docs.page/cli",
"version": "1.0.0",
"version": "1.0.1",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"license": "Apache-2.0",
"bin": {
"docs-page": "dist/cli.js"
"@docs.page/cli": "dist/cli.js"
},
"keywords": [
"docs.page",
"documentation",
"docs"
],
"exports": {

@@ -21,3 +26,7 @@ ".": {

},
"files": ["dist", "LICENSE", "README.md"],
"files": [
"dist",
"LICENSE",
"README.md"
],
"dependencies": {

@@ -24,0 +33,0 @@ "chalk": "^5.3.0",

24

README.md

@@ -1,3 +0,23 @@

# Client utility for docs.page
# @docs.page/cli
published 1.0.0
The docs.page CLI provides useful commands for managing your documentation via [https://docs.page](https://docs.page).
To learn more, view the [documentation](https://use.docs.page/cli).
## Commands
### `init`
Initializes a new documentation project in the current directory. This command creates a `docs.json` file and a `docs` folder in the root of the project.
```sh
npx @docs.page/cli init new-project
```
### `check`
Checks the documentation for issues, such as invalid links.
```sh
npx @docs.page/cli check
```
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