osu-tools-setup

1.2.5 • Public • Published

osu-tools-setup

Easily install and update osu-tools

NOTE: This is for Windows only

Requires: dotnet sdk 6.something and git cli, both can be installed using the code upon running firsttimesetup()

if anyone can figure out a way to download a git repo with the .git folder still in it without using nodegit lemme know since some people have to download like 600mb+ worth of stuff for nodegit

Ima just force you guys to install git cli if you didn't already have it :)

if you need anyhelp My Discord: Bullfrog098#7170

Documentation

const osutools = require('osu-tools-setup');

firsttimesetup()

Starts setup for dotnet 5.0 framework and osu-tools.

true = passed

false = failed

const osutools = require('osu-tools-setup');

(async () => {
    const e = await osutools.firsttimesetup();
    console.log(e)
    //passed = true, failed = false
})();

updateosutools()

Updates your version of osu-tools

true= updated successfully

false = failed with update

const osutools = require('osu-tools-setup');

(async () => {
    const e = await osutools.updateosutools();
    console.log(e)
    //updated = true, failed = false
})();

lastestversion()

Checks if your version of osu-tools is up to date

true = your version is up to date

false = your version needs to be updated

const osutools = require('osu-tools-setup');

(async () => {
    const e = await osutools.lastestversion();
    console.log(e)
    //up to date = true, not up to date = false
})();

Readme

Keywords

Package Sidebar

Install

npm i osu-tools-setup

Weekly Downloads

0

Version

1.2.5

License

ISC

Unpacked Size

8.46 kB

Total Files

3

Last publish

Collaborators

  • bullfrog098