From 0fd9b308aaece148dc4676cd9b6c20358d7d7ada Mon Sep 17 00:00:00 2001 From: Ankur Datta <64993082+ankur-arch@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:31:26 +0600 Subject: [PATCH] bump: update version --- README.md | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 310507f..7e2365b 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,13 @@ You can _optionally_ provide arguments to the `npx try-prisma` command as an alt The options are as follows: -| Option | Alias | Arguments | Default | Description | -| :--------------: | :---: | :------------------: | :---------------------------: | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `--install` | -i | Boolean | `false` | | Specifies if you would like to install npm packages automatically after creating the project. You can also specify which package manager to use: `npm`, `yarn`, or `pnpm` | -| `--name` | -n | | Name of the selected template | Defines the name of the resulting directory. | -| `--template` | -t | | n/a | Specifies which example project you would like to start off with. | -| `--database-url` | -d | | n/a | Specifies the database URL you would like to use for the project. | -| `--vscode` | -v | Boolean _(optional)_ | `false` | Adds a `.vscode` folder with an `extensions.json` file suggesting the [Prisma VS Code extension](https://marketplace.visualstudio.com/items?itemName=Prisma.prisma). | +| Option | Alias | Arguments | Default | Description | +|------------------|-------|----------------------|--------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| `--install` | -i | Boolean | `false` | Specifies if you would like to install npm packages automatically after creating the project. You can also specify which package manager to use: `npm`, `yarn`, or `pnpm`. | +| `--name` | -n | | Name of the selected template | Defines the name of the resulting directory. | +| `--template` | -t | | n/a | Specifies which example project you would like to start off with. | +| `--database-url` | -d | | n/a | Specifies the database URL you would like to use for the project. | +| `--vscode` | -v | Boolean (optional) | `false` | Adds a `.vscode` folder with an `extensions.json` file suggesting the [Prisma VS Code extension](https://marketplace.visualstudio.com/items?itemName=Prisma.prisma). | ## Examples diff --git a/package.json b/package.json index 66a5a2d..46db794 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "try-prisma", - "version": "1.0.57", + "version": "1.0.58", "description": "A CLI tool to help get you up and running with any Prisma example project.", "type": "module", "exports": "./dist/index.js",