Skip to content

hqzing/ohos-signpost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ohos-signpost

Automatically sign the binary files in node_modules on OpenHarmony.

The term "signpost" is a clever play on words:

  1. Sign indicates that this is a signing tool, while post signifies that it is used during the postinstall phase.
  2. Additionally, the word "signpost" itself means "a marke", which aligns perfectly with our process of adding markers to files during binary signing.

Usage

Add this package to your devDependencies and call it as a postinstall script.

{
  "devDependencies": {
    "ohos-signpost": "^0.0.1"
  },
  "scripts": {
    "postinstall": "ohos-signpost"
  }
}

When you run npm install, the script inside this package will be automatically triggered and will automatically sign all the binary files in node_modules.

About

Automatically sign the binary files in node_modules on OpenHarmony.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •