Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Latest commit

 

History

History
6 lines (6 loc) · 323 Bytes

readme.md

File metadata and controls

6 lines (6 loc) · 323 Bytes

Package Template

This is a package template for kernel-mod. This includes the following features:

  • Webpack building (powered by esBuild)
  • Asar packing via pnpm run pack
  • Installing type definitions.
    -> Use /// <reference path="../../types/TYPE.d.ts" /> to load them.