anthdm / superkit

MIT License
993 stars 84 forks source link

Issue: Error When Creating New Project with Gothkit #1

Closed denartha10 closed 3 months ago

denartha10 commented 3 months ago

Issue: Error When Creating New Project with Gothkit

Description

When attempting to create a new project using Gothkit, the following error occurs:

2024/06/06 14:04:58 rename gothkit/bootstrap PROJECT: no such file or directory

Expected Behavior

  1. Install Gothkit using the command:
    go install github.com/anthdm/gothkit@master
  2. Create a new project by running:
    gothkit [myprojectname]
  3. The new project should be created without any errors.

Steps to Reproduce

  1. Install Gothkit:
    go install github.com/anthdm/gothkit@master
  2. Attempt to create a new project:
    gothkit [myprojectname]
  3. Observe the error message:
    2024/06/06 14:04:58 rename gothkit/bootstrap PROJECT: no such file or directory

Additional Information

Hopw you can help me with this and thank you for the work creating starter kits :)

denartha10 commented 3 months ago

Watched your stream.. not ready yet, got it haha