Skip to content

shrine2000/QS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QuickStart

QuickStart accelerates project setup by automating folder creation, Git initialization, and README/LICENSE generation based on user-defined parameters. It streamlines the process, ensuring a consistent and well-documented project structure. Finally, it opens the project in Visual Studio Code.

To build the CLI executable, run the following command in the project directory:

go build -o qs

This will create an executable file named "qs". Move this executable to a directory that's in your system's PATH, such as /usr/local/bin or $HOME/go/bin, to use the "qs" command globally.

sudo mv qs /usr/local/bin

Now, qs command can be used as

qs -name my-app -path /path/to/directory -project "My App"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages