@ionic/node-pty-prebuilt
v0.9.1
Published
Fork pseudoterminals in Node.JS
Downloads
319
Readme
@ionic/node-pty-prebuilt
Parallel fork of node-pty
that prebuilds binaries using Github Actions.
Contributing
- Prefer upstream fixes
- Try not to modify files other than
README.md
and.github/workflows/prebuild.yml
- Configure prebuilt versions in
.github/workflows/prebuild.yml
Releasing
- Pull
master
frommicrosoft/node-pty
intomaster
branch - Merge tagged release commits (e.g.
0.9.0
) intoprebuild
branch- Discard any conflicts in
README.md
- Discard any conflicts in
- Push and wait for Github Actions to finish
- This step creates a release in Github and uploads all the prebuilt binaries.
- Run
npm publish
to release the new version
License
Copyright (c) 2012-2015, Christopher Jeffrey (MIT License). Copyright (c) 2016, Daniel Imms (MIT License). Copyright (c) 2018, Microsoft Corporation (MIT License). Copyright (c) 2019, Ionic (MIT License).