1.1.1 • Published 8 months ago

try-prisma v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

readme-try-prisma

Tests Linting Commitizen friendly

try-prisma is a CLI tool that helps you easily get up and running with any project from the prisma/prisma-examples repository.

These projects are meant to be playgrounds for you to test integrations and features, not production-ready boilerplates or templates.

Do you have feedback about a specific example template? Submit it here!

Usage

The easiest way to set up a project using try-prisma is to run the following command:

npx try-prisma

This will walk you through a set of interactive options (detailed below) to help you set up your project.

Arguments

You can optionally provide arguments to the npx try-prisma command as an alternative to (or in combination with) the interactive experience.

The options are as follows:

OptionAliasArgumentsDefaultDescription
--install-iBooleanfalseSpecifies 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-nName of the selected templateDefines the name of the resulting directory.
--template-tn/aSpecifies which example project you would like to start off with.
--database-url-dn/aSpecifies the database URL you would like to use for the project.
--vscode-vBoolean (optional)falseAdds a .vscode folder with an extensions.json file suggesting the Prisma VS Code extension.

Examples

Selecting a template and installing packages

You would like to use the template named orm/grpc, and install packages automatically:

npx try-prisma -t orm/grpc --install

In this scenario, you will still be prompted to input values for your preferred package manager and the name of the resulting folder.

Selecting a package manager

If you wanted to use yarn to install the packages automatically:

npx try-prisma -i yarn

Selecting a folder name

You can create a new project in the current directory by executing the following:

npx try-prisma -n new_folder

All of the options!

Interactive terminal who?? Use all the options!

npx try-prisma -t orm/grpc -i pnpm -n my_project
1.1.1

8 months ago

1.0.58

8 months ago

1.0.57

8 months ago

1.0.56

8 months ago

1.0.55

8 months ago

1.0.54

8 months ago

1.0.51

9 months ago

1.0.53

9 months ago

1.0.52

9 months ago

1.0.48

1 year ago

1.0.49

1 year ago

1.0.50

12 months ago

1.0.47

1 year ago

1.0.46

2 years ago

1.0.39

2 years ago

1.0.38

2 years ago

1.0.40

2 years ago

1.0.43

2 years ago

1.0.42

2 years ago

1.0.37

2 years ago

1.0.36

2 years ago

1.0.45

2 years ago

1.0.29

3 years ago

1.0.33

3 years ago

1.0.32

3 years ago

1.0.31

3 years ago

1.0.30

3 years ago

1.0.35

3 years ago

1.0.34

3 years ago

1.0.28

3 years ago

1.0.27

3 years ago

1.0.26

3 years ago

1.0.25

3 years ago

1.0.24

3 years ago

1.0.23

3 years ago