Skip to content

Instantly share code, notes, and snippets.

@zubko
zubko / link_folders.js
Created June 26, 2019 05:25
Npm preinstall/postinstall script to link and unlink folders
@zubko
zubko / clear.txt
Created September 7, 2017 01:41 — forked from EQuimper/clear.txt
React-Native clear Watchman + Cache
watchman watch-del-all && rm -rf node_modules/ && yarn cache clean && yarn install && yarn start -- --reset-cache
@zubko
zubko / cloudSettings
Last active February 5, 2021 21:07
Visual Studio Code Sync Settings Gist
{"lastUpload":"2021-02-05T21:07:11.645Z","extensionVersion":"v3.4.3"}
@zubko
zubko / generate-spark-info.rb
Created February 1, 2014 09:30
Xcode build script. Generates JSONs with property description for Spark Inspector.
#!/usr/bin/ruby
# generate-spark-info.rb
#
# Generate JSONs with property description for Spark Inspector
# for the direct subclasses of UI.. classes in the project
# TODO
# - need:
# -- add detection of `typedef NS_ENUM()`s if they are declared in the same file
# -- speacial case for readonly properties