command
module
Version:
v0.0.0-...-652a467
Opens a new window with list of versions in this module.
Published: Apr 10, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
🚀 Installation
To build terminostr from source, follow these steps:
- Clone the repository:
git clone https://github.com/nodetec/terminostr.git
- Navigate to the project directory:
cd terminostr
- Install dependencies:
go get ./...
- Build the application:
go build .
This will build the terminostr binary in the current directory.
You can also use go install to install the binary to your $GOPATH/bin directory:
go install .
This will install the terminostr binary to $GOPATH/bin.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.