1.0.1 β€’ Published 2 years ago

bogol v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

(formerly Utility CLI)

Features

  • πŸ”’ Computer management.
    • Show informations of computer and session

This is not an exhaustive list. Download and install the cli to gauge all it can do!

Need Help? Check the wiki.

Like the project? Leave a ⭐ star on the repository!

Downloads

You can download from NPM package

Latest Release

npm.io

Latest Pre-Release

npm.io

Supported Platforms

If you download from the Releases tab, select the installer for your system.

PlatformFile
Windows x64$ npm i -g bogol
macOS x64$ npm i -g bogol
macOS arm64$ npm i -g bogol
Linux x64$ sudo npm i -g bogol
Linux arm64$ sudo npm i -g bogol

Console

To open the console in vs-code, use the following keybind.

ctrl + shift + j

Ensure that you have the console tab selected. Do not paste anything into the console unless you are 100% sure of what it will do. Pasting the wrong thing can expose sensitive information.

Development

This section details the setup of a basic developmentment environment.

Getting Started

System Requirements


Clone and Install Dependencies

> git clone https://github.com/Zuygui/bogol.git
> cd bogol
> npm install

Install dev-version CLI

> sudo npm i -g

Test Installation

To test for your current platform.

> bogol --help

Test for a specific platform.

PlatformCommand
Windows x64bogol --help
macOSbogol --help
Linux x64bogol --help

Test for macOS may work on Windows/Linux and vice-versa.


Visual Studio Code

All development of the launcher should be done using Visual Studio Code.

No code to paste the following into .vscode/launch.json


Note on Third-Party Usage

Please give credit to the original author and provide a link to the original source. This is free software, please do at least this much.


Resources


See you in cmd.