Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.