https://github.com/yext/cli
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yext/cli
- Owner: yext
- License: other
- Created: 2021-04-17T04:07:58.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T21:02:59.000Z (over 2 years ago)
- Last Synced: 2025-06-15T16:10:56.482Z (12 months ago)
- Language: TypeScript
- Size: 31.3 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# @yext/cli
@yext/cli is light wrapper package over the [yext cli](https://www.yext.com/platform/features/yext-command-line-interface).
## Installation
Install @yext/cli from npm and save it to your package.json as a dev-dependency.
```bash
npm install -D @yext/cli
```
## Usage
For instructions see the [documentation site](https://hitchhikers.yext.com/guides/cli-getting-started-resources/).