You are browsing as a guest. Sign up (or log in) to start making projects!

2h 7m 8s logged

GOS DEVLOG 13

On the last devlog I had gos making .gos folder in the homedirectory of the user where it stores custom templates made by the user

What I have got new

I have added two new features:

  • gosadd
  • gosget

-[gosadd]

  • We use the this command to add any folder as a template that we can later use with a different command

  • We have got a -a flag to add to folder. Although we wont be using this flags because I have got a way to make it easier and faster to type in the terminal and have given the solution in README.md in [After installation]

-[goget]

  • We use this command to fetch the copied folder from .gos/usr_Templates to the current directory we are on

  • “gosget” uses two flags:
    -p –> We use this to give in the new name of the template folder that will be saved in the current directory
    -e –> We use this to get the correct template that we have stored

  • Both -p and -e default values are an empty string so passing a value in necessary for it to work

0
3

Comments 0

No comments yet. Be the first!