nighthawk 0.1.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "create-web3-frontend",
  "description": "Quickly create a Next.js project with wagmi and TailwindCSS ready to go",
  "options": [
    {
      "names": [
        "--ts",
        "--typescript"
      ],
      "description": "Initialize as a TypeScript project"
    },
    {
      "names": [
        "--use-npm"
      ],
      "description": "Explicitly tell the CLI to bootstrap the app using npm"
    },
    {
      "names": [
        "--use-pnpm"
      ],
      "description": "Explicitly tell the CLI to bootstrap the app using pnpm"
    },
    {
      "names": [
        "-h",
        "--help"
      ],
      "description": "Display help for command"
    }
  ],
  "args": [
    {
      "name": "project-directory",
      "template": "folders"
    }
  ]
}