8000 GitHub - ujjwalkar0/gpscript: gpscript install General Purpose Scripts made by Google Developer Student club.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gpscript install General Purpose Scripts made by Google Developer Student club.

License

Notifications You must be signed in to change notification settings

ujjwalkar0/gpscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install General purpose scripts (Check This) using gpscript command

First of all install gpscript. Write following command(s)

pip install gpscript

or,

git clone https://github.com/ujjwalkar0/gpscript

cd gpscript

python setup.py install

If gpscript command not work, then open python interpreter, and write following command

>>> import gpscript
>>> gpscript.gpscript.setup()

List of all script (Only those packages are in packages.json will shown here.)

gpscript list

Install a script

gpscript install <package_name>

List all installed packages...

gpscript installed

Remove a package...

gpscript remove <package_name>

Update a package...

gpscript update <package_name>

About

gpscript install General Purpose Scripts made by Google Developer Student club.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0