Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skpm/process
A drop in replacement for the nodejs process global
https://github.com/skpm/process
nodejs polyfill sketch
Last synced: about 1 month ago
JSON representation
A drop in replacement for the nodejs process global
- Host: GitHub
- URL: https://github.com/skpm/process
- Owner: skpm
- License: mit
- Created: 2019-02-21T21:50:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T11:45:51.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T20:03:43.848Z (3 months ago)
- Topics: nodejs, polyfill, sketch
- Language: JavaScript
- Size: 669 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `process` for Sketch
All the [nodejs process](https://nodejs.org/api/process.html) API is available but some might just be stubs.
The only additional key we are setting is `type` which matches what electron is doing and its value is `sketch`. Pretty useful to create script that does different things depending on where it's running.