agentql-cli

1.0.3 • Public • Published

AgentQL CLI

Getting Started

Prerequisites

  • Node.js (v20.12.0 or later)
  • npm (v10.1.0 or later)

Install Necessary Modules

At the root of the agentql-cli directory, run the following command to install the necessary modules:

npm install

Run the CLI

-- allows you to pass arguments to the underlying Node.js process.

npm run start --agentql <command>

Running Tests

To run unit tests, use the following command:

npm run test

Formatting

To run prettier on files, use the following command:

npm run format

Build

At the root of the agentql-cli directory, run the following command to build the CLI:

npm run build

Register CLI Globally

After building the CLI, run the following command to register the CLI globally:

npm link

You can now use agentql to run the CLI globally!

Readme

Keywords

none

Package Sidebar

Install

npm i agentql-cli

Weekly Downloads

10

Version

1.0.3

License

ISC

Unpacked Size

57 kB

Total Files

40

Last publish

Collaborators

  • tinyfish-agentql