Skip to content

Instantly share code, notes, and snippets.

@BrunoMiguens
Created May 27, 2019 10:40
Show Gist options
  • Save BrunoMiguens/00914b09a4d0277865f78f62ac679b45 to your computer and use it in GitHub Desktop.
Save BrunoMiguens/00914b09a4d0277865f78f62ac679b45 to your computer and use it in GitHub Desktop.
[Medium] Swift: Using Javascript library - Download and Run Browserify
npm install -g browserify
npm install --save cson-parser
browserify ./cson-parser/cson-parser.js --standalone CSON > ./cson-parser-bundle.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment