Skip to content

Eclipse-JS/ports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Eclipse Ports

Ports of stuff, for the OS.

Licensing information

All ports are licensed under the ports license.
Example: https://github.com/gabrielecirulli/2048 is licensed under MIT, so the port would be licensed under MIT.

The licensing information must be included in the ports folder.

Folder Structure

The folder structure is of a typical root repo, however, instead of all the JS being in one big folder, each individual port has its own folder, with the name on it.

It contains the license information (saved as LICENSE.txt), a precompiled build (for now), and the code being in src/.

If the compiled build is the source code, no src/ folder is needed.

Example folder structure:

repo:
  ports:
    qbuild:
      index.js
      LICENSE.txt
    v86:
      src/
      LICENSE.txt
      index.js
      index.wasm
    packages.json
  pkginfo.json

About

Repository of ports of JS games, WASM apps, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published