1 line
No EOL
6.7 KiB
JSON
1 line
No EOL
6.7 KiB
JSON
{"slug": "browserify--awesome-browserify", "title": "Browserify", "description": ":crystal_ball: A curated list of awesome Browserify resources, libraries, and tools.", "github_url": "https://github.com/browserify/awesome-browserify", "stars": "82", "tag": "Front-End Development", "entry_count": 50, "subcategory_count": 8, "subcategories": [{"name": "General", "parent": "", "entries": [{"name": "About", "url": "#about", "description": ""}, {"name": "Official Resources", "url": "#official-resources", "description": ""}, {"name": "Community Resources", "url": "#community-resources", "description": ""}, {"name": "Tutorials", "url": "#tutorials", "description": ""}, {"name": "Articles", "url": "#articles", "description": ""}, {"name": "Demos", "url": "#demos", "description": ""}, {"name": "Videos", "url": "#videos", "description": ""}, {"name": "Tools", "url": "#tools", "description": ""}, {"name": "Docs", "url": "https://github.com/substack/node-browserify#usage", "description": "", "stars": "14k"}, {"name": "Handbook", "url": "https://github.com/substack/browserify-handbook", "description": "", "stars": "4.5k"}, {"name": "Repo", "url": "https://github.com/substack/node-browserify", "description": "", "stars": "14k"}, {"name": "Website", "url": "http://browserify.org/", "description": ""}, {"name": "IRC", "url": "http://webchat.freenode.net/?channels=browserify", "description": ""}, {"name": "Twitter", "url": "http://twitter.com/browserify", "description": ""}, {"name": "StackOverflow", "url": "http://stackoverflow.com/questions/tagged/browserify", "description": ""}, {"name": "Hello World with Browserify", "url": "http://browserify.org/#middle-section", "description": ""}, {"name": "Browserify Adventure", "url": "https://github.com/workshopper/browserify-adventure", "description": "", "stars": "143"}, {"name": "A Gentle Browserify Walkthrough", "url": "https://ponyfoo.com/articles/a-gentle-browserify-walkthrough", "description": ""}, {"name": "Browserify guide", "url": "http://zhaoda.net/2015/10/16/browserify-guide/", "description": ""}, {"name": "Introduction to Browserify", "url": "https://writingjavascript.org/posts/introduction-to-browserify", "description": ""}, {"name": "Using npm on the client side", "url": "http://dontkry.com/posts/code/using-npm-on-the-client-side.html", "description": ""}, {"name": "How Browserify Works", "url": "http://benclinkinbeard.com/posts/how-browserify-works/", "description": ""}, {"name": "Gulp + Browserify: The Everything Post", "url": "https://www.viget.com/articles/gulp-browserify-starter-faq", "description": ""}, {"name": "Browserify vs Component", "url": "http://www.forbeslindesay.co.uk/post/44144487088/browserify-vs-component", "description": ""}, {"name": "Browserify for Webpack users", "url": "https://gist.github.com/substack/68f8d502be42d5cd4942", "description": ""}, {"name": "Browserify vs. Webpack", "url": "https://mattdesl.svbtle.com/browserify-vs-webpack", "description": ""}, {"name": "Canvas Splitter", "url": "http://requirebin.com/?gist=maxogden/9576799", "description": ""}, {"name": "Infinite 2D Cave Generator", "url": "http://requirebin.com/?gist=maxogden/9557700", "description": ""}, {"name": "2D Velocity Control", "url": "http://requirebin.com/?gist=maxogden/9557776", "description": ""}, {"name": "James Halliday (substack) - LXJS 2013 - Modularidade para todos", "url": "https://www.youtube.com/watch?v=DCQNm6yiZh0", "description": ""}, {"name": "Getting Started with Browserify", "url": "https://www.youtube.com/watch?v=CTAa8IcQh1U", "description": ""}, {"name": "Transform your Bundles with Browserify", "url": "https://www.youtube.com/watch?v=Uk2bgp8OLT8", "description": ""}]}, {"name": "Development Servers", "parent": "Tools", "entries": [{"name": "budo", "url": "https://github.com/mattdesl/budo", "description": "Dev server for rapid prototyping.", "stars": "2.2k"}, {"name": "beefy", "url": "https://github.com/chrisdickinson/beefy", "description": "Local development server that aims to make using browserify fast and fun.", "stars": "801"}, {"name": "wzrd", "url": "https://github.com/maxogden/wzrd", "description": "Super minimal browserify development server.", "stars": "249"}]}, {"name": "Plugins", "parent": "Tools", "entries": [{"name": "browserify-hmr", "url": "https://github.com/AgentME/browserify-hmr", "description": "Hot Module Replacement plugin for Browserify.", "stars": "376"}]}, {"name": "Watchers", "parent": "Tools", "entries": [{"name": "watchify", "url": "https://github.com/substack/watchify", "description": "Watch mode for browserify builds.", "stars": "1.8k"}, {"name": "persistify", "url": "https://github.com/royriojas/persistify", "description": "Wrapper around `browserify` to make incremental builds.", "stars": "78"}]}, {"name": "CSS bundlers", "parent": "Tools", "entries": [{"name": "sheetify", "url": "https://github.com/stackcss/sheetify", "description": "Modular CSS bundler for browserify.", "stars": "443"}, {"name": "parcelify", "url": "https://github.com/rotundasoftware/parcelify", "description": "Add css to your npm modules consumed with browserify.", "stars": "254"}, {"name": "css-modulesify", "url": "https://github.com/css-modules/css-modulesify", "description": "Browserify plugin to load CSS Modules.", "stars": "407"}]}, {"name": "Transforms", "parent": "Tools", "entries": [{"name": "babelify", "url": "https://github.com/babel/babelify", "description": "Browserify transform for babel.", "stars": "1.7k"}, {"name": "aliasify", "url": "https://github.com/benbria/aliasify", "description": "Remap require calls at build time.", "stars": "204"}, {"name": "brfs", "url": "https://github.com/substack/brfs", "description": "`fs.readFileSync()` and `fs.readFile()` static asset browserify transform.", "stars": "557"}]}, {"name": "Node in the Browser", "parent": "Tools", "entries": [{"name": "crypto-browserify", "url": "https://github.com/crypto-browserify/crypto-browserify", "description": "Port of node's `crypto` module to the browser.", "stars": "579"}, {"name": "stream-browserify", "url": "https://github.com/substack/stream-browserify", "description": "The `stream` module from node core, for browsers!", "stars": "86"}, {"name": "buffer", "url": "https://github.com/feross/buffer", "description": "The `buffer` module from node.js, for the browser.", "stars": "1.5k"}, {"name": "requirebin", "url": "http://requirebin.com/", "description": "Write browser JavaScript programs using modules from NPM."}]}, {"name": "Production Tools", "parent": "Tools", "entries": [{"name": "wzrd.in", "url": "https://wzrd.in/", "description": "Browserify CDN. Browserify-as-a-Service!"}, {"name": "bankai", "url": "https://github.com/yoshuawuyts/bankai", "description": "DIY asset server. Serves HTML, CSS and JS as streams.", "stars": "1.1k"}]}], "name": ""} |