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.