# @kriya/gridsome-cli

> A command-line tool for creating new Gridsome projects.

Latest version **0.3.6** (published 2023-12-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install @kriya/gridsome-cli
pnpm add @kriya/gridsome-cli
yarn add @kriya/gridsome-cli
bun add @kriya/gridsome-cli
```

Provides the command `gridsome`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.3.6 |
| Published | 2023-12-17 |
| First published | 2023-08-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=18 |
| Dependencies | 17 |
| Unpacked size | 25.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8464 |
| Maintainers | kriya |
| Keywords | gridsome, cli |

## Links

- npm: https://www.npmjs.com/package/@kriya/gridsome-cli
- Repository: https://github.com/gridsome/gridsome.git#master
- Homepage: https://github.com/gridsome/gridsome/tree/master/packages/cli#readme
- Issues: https://github.com/gridsome/gridsome/issues
- npm.io page: https://npm.io/package/@kriya/gridsome-cli

## Dependencies (17)

- [axios](https://npm.io/package/axios.md) ^1.6.2
- [chalk](https://npm.io/package/chalk.md) ~4.1.2
- [execa](https://npm.io/package/execa.md) ~0.10.0
- [semver](https://npm.io/package/semver.md) ^7.5.4
- [envinfo](https://npm.io/package/envinfo.md) ^7.11.0
- [find-up](https://npm.io/package/find-up.md) ~5.0.0
- [js-yaml](https://npm.io/package/js-yaml.md) ^4.1.0
- [fs-extra](https://npm.io/package/fs-extra.md) ^11.2.0
- [inquirer](https://npm.io/package/inquirer.md) ~8.2.3
- [commander](https://npm.io/package/commander.md) ^2.20.3
- [configstore](https://npm.io/package/configstore.md) ~5.0.1
- [resolve-cwd](https://npm.io/package/resolve-cwd.md) ^3.0.0
- [@hjvedvik/tasks](https://npm.io/package/@hjvedvik/tasks.md) ^0.0.8
- [update-notifier](https://npm.io/package/update-notifier.md) ~5.1.0
- [sort-package-json](https://npm.io/package/sort-package-json.md) ~1.57.0
- [fastest-levenshtein](https://npm.io/package/fastest-levenshtein.md) ^1.0.16
- [inquirer-autocomplete-prompt](https://npm.io/package/inquirer-autocomplete-prompt.md) ~2.0.1

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 0.3.6 (latest) — 2023-12-17
- 0.3.5-2 — 2023-08-23
- 0.3.5-1 — 2023-08-23
- 0.3.4 — 2023-08-23

## README

# @gridsome/cli

> A command line tool for creating new Gridsome projects.

## Installation

Install globally with

- `npm install --global @gridsome/cli`
- `yarn global add @gridsome/cli`
- `pnpm install --global @gridsome/cli`

## Creating new projects

Run `gridsome create {name} {starter}` to create a new Gridsome project.

- **name** - directory name to create the project in
- **starter** - optional starter kit name

| Official starter kits |                                         |
| --------------------- | --------------------------------------- |
| Default               | `gridsome create my-website`            |
| WordPress             | `gridsome create my-blog wordpress`     |

## Start local development

Run `gridsome develop` inside the project directory to start a local development server.
The server will start at `http://localhost:8080/` with hot-reloading etc.

## Explore GraphQL schema and data

Run `gridsome explore` to start [GraphQL Playground](https://github.com/prisma/graphql-playground)
and explore your schema or data. Open your browser and go to `http://localhost:8080/___explore`
to start exploring.

## Build for production

Run `gridsome build` to generate a static site inside a `dist` directory in your project.

---
_Source: https://npm.io/package/@kriya/gridsome-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
