Skip to content

Releases: paljs/prisma-tools

v1.0.2

04 Jul 14:55
Compare
Choose a tag to compare

New features:
admin:

  • add upload option into fields settings to use the Upload component in the update and create You must send this component into formInputs prop because we do not have any default one for this option.
  • add onSelect props to add a checkbox for every record on the table you can use for custom cases like delete many

Fix issue in examples

v1.0.0

25 Jun 13:05
Compare
Choose a tag to compare

fix missing pkg-dir package

v0.0.5

24 Jun 04:15
Compare
Choose a tag to compare

It's our first stable release you can now install our CLI with

This command installs PalJS CLI globally on your machine.

yarn global add @paljs/cli
//or
npm install -g @paljs/cli

Create a new

> pal c


.______      ___       __             __       _______.
|   _  \    /   \     |  |           |  |     /       |
|  |_)  |  /  ^  \    |  |           |  |    |   (----`
|   ___/  /  /_\  \   |  |     .--.  |  |     \   \
|  |     /  _____  \  |  `----.|  `--'  | .----)   |
| _|    /__/     \__\ |_______| \______/  |_______/

✔ Please select your start example · full-stack-nextjs
❯ full-stack-nextjs
  full-stack-gatsbyjs
  apollo-nexus-schema
  nexus
  apollo-sdl-first
  graphql-modules

✔ please enter your project name · great-project
✔ please enter your project description · new NodeJs Prisma GraphQL TypeScript project
✔ please enter your project author · Ahmed Elywa
✔ please enter your project repository · https://github.com/paljs/prisma-tools
✔ please select your package manager · yarn
❯ yarn
  npm

✔ Skip package installation · no
❯ yes
  no

You will get 7 questions to help CLI create what you want.

Look to our examples contains here

Get your project up

1 Go inside your project dir

cd hello

Open README.md file to see the next steps.