1.2.5 • Published 2 years ago

osu-tools-setup v1.2.5

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

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
})();
1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.6

3 years ago

1.1.2

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago