@docs.page/cli
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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", |
@@ -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 | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
52588
23
0