FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
techscript/python-installer/techscript/__init__.py at main · Tcode-Motion/techscript · GitHub
Tcode-Motion
/
techscript
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
7
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
techscript
/
python-installer
/
techscript
/
__init__.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (14 loc) · 613 Bytes
Breadcrumbs
techscript
/
python-installer
/
techscript
/
__init__.py
Copy path
File metadata and controls
17 lines (14 loc) · 613 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
"""
TechScript 2.0 — Official Python Installer / Bootstrapper
Detects your platform, downloads the correct native binary from GitHub Releases,
and installs the `tsc` compiler into the right location on your PATH.
Usage:
techscript install # Install or update the compiler
techscript install --force # Force reinstall
techscript uninstall # Remove the compiler
techscript version # Show installed version
techscript check # Check for updates
"""
__version__
=
"2.0.0"
__author__
=
"Tcode-Motion"
__repo__
=
"https://github.com/Tcode-Motion/techscript"
Back
|
FazBrowse Home
|
New Git URL