nighthawk 0.2.0

AI terminal autocomplete — zero config, zero login, zero telemetry
Documentation
{
  "name": "create-react-native-app",
  "description": "Creates a new React Native project",
  "options": [
    {
      "names": [
        "--template"
      ],
      "description": "The name of a template from expo/examples or URL to a GitHub repo that contains an example",
      "takes_arg": true,
      "arg": {
        "name": "template"
      }
    },
    {
      "names": [
        "--template-path"
      ],
      "description": "The path inside of a GitHub repo where the example lives",
      "takes_arg": true,
      "arg": {
        "name": "name"
      }
    },
    {
      "names": [
        "--yes"
      ],
      "description": "Use the default options for creating a project",
      "takes_arg": true,
      "arg": {
        "name": "boolean",
        "suggestions": [
          "true",
          "false"
        ]
      }
    },
    {
      "names": [
        "--no-install"
      ],
      "description": "Skip installing npm packages or CocoaPods",
      "takes_arg": true,
      "arg": {
        "name": "boolean",
        "suggestions": [
          "true",
          "false"
        ]
      }
    },
    {
      "names": [
        "--use-npm"
      ],
      "description": "Use npm to install dependencies. (default when Yarn is not installed)",
      "takes_arg": true,
      "arg": {
        "name": "boolean",
        "suggestions": [
          "true",
          "false"
        ]
      }
    },
    {
      "names": [
        "-h",
        "--help"
      ],
      "description": "Output usage information"
    },
    {
      "names": [
        "-V",
        "--version"
      ],
      "description": "Output the version number"
    }
  ],
  "args": [
    {
      "name": "name",
      "template": "folders"
    }
  ]
}