Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (chiks) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Hatch Your Next Project With Chiks!
This is THE boilerplate script for your next project.
Requirements
- Docker
- PostgreSQL
Features
- Currently
- you can use this script to create a Next.js project or a Vite + Express project
- Spins up
- a docker container for you
- a Prisma database for you and runs your first migration
- You get to choose
- the auth integration you want to use
- the docker port you want to use
- whether you want to use Tailwind or not
How to use
- npm install -g chiks
- cd into you project directory or wherever you keep your projects
- chiks
- Thats it!
How to update
- npm update -g chiks
- Boom, done!
How to uninstall (if you're a meanie)
- npm uninstall -g chiks
- rm $(which chicks) - NOTE #1
- Boom, done.
Notes
- Due to npm v7+, uninstall scripts won't work so the package's preuninstall script will not remove the binary from your system. That is why you need to run rm $(which chicks) to remove the binary. Once you've done that (and npm uninstall -g chiks), you will have successfully uninstalled chiks.