Creating an npm command
This is a bit left field but I know the creators of ct3a are here and I wanted to know how you went about creating the npx create-t3-app command . I plan on doing something like this for Electron apps . I want to be able to scaffold a new project with my favorite packages for building desktop apps without having to do the setup every single time.
Thanks in advance for the replies
2 Replies
https://docs.npmjs.com/cli/v8/commands/npm-init might be helpful
npm-init | npm Docs
Create a package.json file
Thanks a lot