JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q27469F
  • License MIT

An opensource (hopefully) application boilerplate script written in Golang.

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

    1. npm install -g chiks
    2. cd into you project directory or wherever you keep your projects
    3. chiks
    4. Thats it!

    How to update

    1. npm update -g chiks
    2. Boom, done!

    How to uninstall (if you're a meanie)

    1. npm uninstall -g chiks
    2. rm $(which chicks) - NOTE #1
    3. Boom, done.

    Notes

    1. 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.