You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prompt-questions: added prompt for gh repo creation (1df6b20).
prompt-logger: made prompt-logger UI pretty (a66da87)
Displays a structured and responsive table containing
project information provided interactively by the user in the terminal.
prompt: prompt user to create gh repo (4e67efe)
Create public github repository if user agree
create-repo: creates public github repository (73d2353).
Initialize git repository and create a public github repository from
the project source/cwd. The util assume that the project was generated
in the repository where .git file does not exist.