GEO-AI
GEO AI – AI Search Optimization. Universal TypeScript engine for optimizing websites for AI search engines.
File Explorer
- .gitkeep
- generate.ts
- init.ts
- inspect.ts
- validate.ts
- .gitkeep
- args.ts
- config.ts
- errors.ts
- fetch.ts
- fs.ts
- logger.ts
- cli.ts
- index.ts
- CHANGELOG.md
- geo-ai.config.ts
- package.json
- README.md
- tsconfig.json
- tsup.config.ts
- index.ts
- bot-rules.ts
- cache.ts
- constants.ts
- crawl-tracker.ts
- create-geo-ai.ts
- crypto.ts
- index.ts
- llms-generator.ts
- seo.ts
- types.ts
- package.json
- README.md
- tsconfig.json
- tsup.config.ts
- index.ts
- constants.ts
- controller.ts
- decorators.ts
- guard.ts
- index.ts
- interceptor.ts
- middleware.ts
- module.ts
- service.ts
- CHANGELOG.md
- package-lock.json
- package.json
- README.md
- tsconfig.build.json
- tsconfig.json
- tsup.config.ts
- vitest.config.ts
- cli.ts
- generate.ts
- handler.ts
- index.ts
- middleware.ts
- package.json
- README.md
- tsconfig.json
- tsup.config.ts
- .gitignore
- CHANGELOG.md
- CONTRIBUTING.md
- GEO-AI.png
- LICENSE
- package-lock.json
- package.json
- README.md
- Roadmap.md
- tsconfig.base.json
- tsconfig.json
- vitest.config.ts
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
interface
View Details ▼
interface
Manage interfaces.
Accessed in configuration mode.
interface vlan {{1}}
Configure a VLAN:
{{no shutdown|shutdown}}
Set an interface to be active or inactive (this is run inside the interface command):
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
next
View Details ▼
next
React framework that uses server-side rendering for building optimized web applications.
next dev
Start the current application in development mode:
next dev {{[-p|--port]}} {{port}}
Start the current application and listen on a specific port:
next build
Build the current application optimized for production:
npm install
View Details ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
npm run
View Details ▼
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
npx
View Details ▼
npx
This command is an alias of `npm exec`.
tldr npm exec
View documentation for the original command:
# Project Badges
-
GEO AI
