# CLI Usage

The Quack.js CLI will create a project for you with options for TypeScript or JavaScript. To start, install the CLI globally via npm.

```bash
npm i @n-f9/quack.js-cli -g
```

After you have successfully installed the CLI. You may run the create project tool using npx.

```
npx create-quack-project
```

And boom, a project boilerplate will be created after a couple of questions. You will also to install node packages and edit a couple of files.

```
npm i
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://n-f9.gitbook.io/quack.js/guide/cli-usage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
