initial commit
This commit is contained in:
commit
18255ce4cd
21 changed files with 1244 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<h1 align="center" title="Milsko for Node.js">
|
||||
<img src="https://forgejo.nishi.boats/pyrite-dev/milsko/raw/branch/master/resource/logo/banner-nodejs.png" alt="Milsko for Node.js logo">
|
||||
</h1>
|
||||
|
||||
> Build native cross-platform desktop GUIs with Node.js.
|
||||
|
||||
[English](README.md) • [Español](README-es.md) • [GitHub](https://github.com/pyrite-dev/milsko-node.git) • [Fishy Forgejo](https://forgejo.nishi.boats/pyrite-dev/milsko-node.git) • [Website](https://milsko.nishi.boats)
|
||||
|
||||
Milsko is a lightweight cross-platform GUI toolkit designed to be fully compatible with older OSes while also being reasonably modern.
|
||||
|
||||
This package provides OOP-oriented bindings to create and package fully native GUI appliations with Node.js.
|
||||
|
||||
## Installation
|
||||
Use your preferred package manager (also compatible with Bun). Prebuilt binaries are included by default.
|
||||
|
||||
```sh
|
||||
npm install milsko
|
||||
```
|
||||
|
||||
If none precompiled binaries are available for your platform or if you'd like to build from source, you can use `npm install milsko --build-from-source` or equivalent.
|
||||
Loading…
Add table
Add a link
Reference in a new issue