Releases: paljs/prisma-tools
Releases · paljs/prisma-tools
v1.0.2
New features:
admin
:
- add
upload
option into fields settings to use theUpload
component in the update and create You must send this component intoformInputs
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
fix missing pkg-dir
package
v0.0.5
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.