# Projects

The following is a list of open source projects that use DCli.

These can be a handy jumping off point to see how other people use DCli

| Project           | Description                                                                                            | Repo                                           |
| ----------------- | ------------------------------------------------------------------------------------------------------ | ---------------------------------------------- |
| critical\_test    | Enhanced tooling to run and re-run your dart unit tests allowing you to focus on failed tests.         | <https://github.com/noojee/critical_test>      |
| batman            | System integrity scanner for PCI compliance.                                                           | <https://github.com/noojee/batman>             |
| dcli\_scripts     | Grab bag of handy utilities for maintaining your dev environment.                                      | <https://github.com/noojee/dcli_scripts>       |
| dextract          | Extracts files from multiple archive format.                                                           | <https://github.com/noojee/dextract>           |
| dswitch           | Provides instant switching between dart versions.                                                      | <https://github.com/noojee/dswitch>            |
| dvault            | Utility to encrypted files into a vault using RSA.                                                     | <https://github.com/noojee/dvault>             |
| nginx-le          | Docker container and cli tooling for nginx with built in certbot certificate acquisition and renewals. | <https://github.com/noojee/nginx-le>           |
| OSX-KVM-Installer | Install OSX under kvm on linux.                                                                        | <https://github.com/relf108/OSX-KVM-installer> |
| pub\_release      | Automates releasing projects to pub.dev                                                                | <https://github.com/noojee/pub_release>        |


---

# 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://dcli.onepub.dev/examples/projects.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.
