freerepo
v1.0.4
Published
Create Github Repository by npx
Readme
Create Github repository with freerepo
Simplicity is the main priority, Just use one line of command then your repository will be created and clone and opened in to your VS code like a magic..
Available commands
First open your
bashTerminal and type,-npx freerepo <repository-name>then press Enter, It will crate a
privaterepository.If you want to create a
publicrepository then add-pflag at the end;-npx freerepo <repository-name> -pthen press Enter, It will crate a
Publicrepository.
With this command, your repository will create and cloned in your local machine at directory ~/Desktop then it will open with your VS code editor automatically if vs code available on your machine. Otherwise it will open to your file manager.
NOTE
There are some prerequisite to use freerepo
- You must have to
bash CLIin your system.- You must have to install
github CLIin your machine.- You must have to logged in to
github CLI.
