max-niederman / ttyper

Terminal-based typing test.
MIT License
1.05k stars 76 forks source link

feat: npm install -g ttyper #97

Open Anush008 opened 10 months ago

Anush008 commented 10 months ago

This PR intends to add npm install -g ttyper as an installation strategy for Ttyper. Since NPM is the most used package manager, this would be a valuable addition to the project.

https://www.npmjs.com/package/ttyper

Here's how this works:

When npm install is run, NPM executes the install script, i.e. install.js.

The install.js file:

The added npm-release Action job:

We can commit the version bump if we need to, but that would be an extra commit.

A successful run of this workflow can be found here.

@max-niederman, I'll move the NPM package to you and you can configure the NPM_ACCESS_TOKEN secret for this repository.

Anush008 commented 7 months ago

Hey @max-niederman, could you please review when you're available? Thanks.

Anush008 commented 7 months ago

Hi @max-niederman. Welcome back. I'll take a look.

Anush008 commented 6 months ago

Hi @max-niederman. Could you try npm install -g ttyper and ttyper on your device now?