{"id":15062265,"url":"https://github.com/jus/jus","last_synced_at":"2025-08-20T07:13:44.136Z","repository":{"id":35938008,"uuid":"40226592","full_name":"jus/jus","owner":"jus","description":":watermelon: An opinionated tool for making static websites with browserify","archived":false,"fork":false,"pushed_at":"2018-08-12T14:51:01.000Z","size":5327,"stargazers_count":113,"open_issues_count":30,"forks_count":12,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-22T03:16:54.803Z","etag":null,"topics":["browserify","convention","css","js","livereload","preprocessor","static-site","watch"],"latest_commit_sha":null,"homepage":"http://jus.js.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-05T05:36:16.000Z","updated_at":"2025-02-22T22:24:55.000Z","dependencies_parsed_at":"2022-09-20T02:51:38.247Z","dependency_job_id":null,"html_url":"https://github.com/jus/jus","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/jus/jus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jus%2Fjus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jus%2Fjus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jus%2Fjus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jus%2Fjus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jus","download_url":"https://codeload.github.com/jus/jus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jus%2Fjus/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266829041,"owners_count":23991222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browserify","convention","css","js","livereload","preprocessor","static-site","watch"],"created_at":"2024-09-24T23:33:20.380Z","updated_at":"2025-07-24T10:39:51.121Z","avatar_url":"https://github.com/jus.png","language":"JavaScript","readme":"# jus [![Build Status](https://travis-ci.org/jus/jus.svg?branch=master)](https://travis-ci.org/jus/jus)\n\njus is a development server and build tool for making static websites with no configuration and no boilerplate code. It has built-in support for [browserify](https://github.com/substack/browserify-handbook#readme), ES6 and ES2015 with [Babel](http://babeljs.io/), [React JSX](http://babeljs.io/docs/plugins/preset-react/), GitHub Flavored markdown, syntax highlighting, [Sass](http://sass-lang.com/), [Less](http://lesscss.org/), [Stylus](http://stylus-lang.com/), [Myth](http://www.myth.io/), [Handlebars](http://handlebarsjs.com/), [browsersync](https://browsersync.io/) and more.\n\nLearn all about it at [jus.js.org](http://jus.js.org)\n\n## TLDR\n\n```sh\nnpm i -g jus \u0026\u0026 jus\n```\n\n## Dependencies\n\n- [async](https://github.com/caolan/async): Higher-order functions and common patterns for asynchronous code\n- [babel-preset-es2015](https://github.com/babel/babel/tree/master/packages): Babel preset for all es2015 plugins.\n- [babel-preset-react](https://github.com/babel/babel/tree/master/packages): Babel preset for all React plugins.\n- [babelify](https://github.com/babel/babelify): Babel browserify transform\n- [browser-sync](https://github.com/browsersync/browser-sync): Live CSS Reload \u0026amp; Browser Syncing\n- [browserify](https://github.com/substack/node-browserify): browser-side require() the node way\n- [chalk](https://github.com/chalk/chalk): Terminal string styling done right. Much color.\n- [cheerio](https://github.com/cheeriojs/cheerio): Tiny, fast, and elegant implementation of core jQuery designed specifically for the server\n- [chokidar](https://github.com/paulmillr/chokidar): A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.\n- [concat-stream](https://github.com/maxogden/concat-stream): writable stream that concatenates strings or binary data and calls a callback with the result\n- [connect-browser-sync](https://github.com/schmich/connect-browser-sync): Connect middleware for BrowserSync.\n- [cors](https://github.com/expressjs/cors): middleware for dynamically or statically enabling CORS in express/connect applications\n- [event-emitter](https://github.com/medikoo/event-emitter): Environment agnostic event emitter\n- [exif-parser](https://github.com/bwindels/exif-parser): A javascript library to extract Exif metadata from images, in node and in the browser.\n- [express](https://github.com/expressjs/express): Fast, unopinionated, minimalist web framework\n- [fs-extra](https://github.com/jprichardson/node-fs-extra): fs-extra contains methods that aren\u0026#39;t included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.\n- [get-image-colors](https://github.com/zeke/get-image-colors): Extract colors from images. Supports GIF, JPG, PNG, and even SVG!\n- [handlebars](https://github.com/wycats/handlebars.js): Handlebars provides the power necessary to let you build semantic templates effectively with no frustration\n- [handlebars-helpers](https://github.com/helpers/handlebars-helpers): More than 180 handlebars helpers in ~20 categories. Can be used with Assemble, Ghost, YUI, express.js, etc.\n- [html-frontmatter](https://github.com/zeke/html-frontmatter): Extract key-value metadata from HTML comments\n- [identicon](https://github.com/victorgama/identicon): A Ruby library that generates GitHub-like identicons\n- [image-size](https://github.com/image-size/image-size): get dimensions of any image file\n- [inflection](https://github.com/dreamerslab/node.inflection): A port of inflection-js to node.js module\n- [js-yaml](https://github.com/nodeca/js-yaml): YAML 1.2 parser and serializer\n- [less](https://github.com/less/less.js): Leaner CSS\n- [lil-env-thing](https://github.com/zeke/lil-env-thing): A tiny convenience module for managing process.env.NODE_ENV\n- [lobars](https://github.com/zeke/lobars): lodash functions as handlebars helpers\n- [lodash](https://github.com/lodash/lodash): Lodash modular utilities.\n- [minimist](https://github.com/substack/minimist): parse argument options\n- [morgan](https://github.com/expressjs/morgan): HTTP request logger middleware for node.js\n- [myth](https://github.com/segmentio/myth): A CSS preprocessor that acts like a polyfill for future versions of the spec.\n- [node-sass](https://github.com/sass/node-sass): Wrapper around libsass\n- [open](https://github.com/pwnall/node-open): open a file or url in the user\u0026#39;s preferred application\n- [remark](https://github.com/wooorm/remark): a markdown processor powered by plug-ins\n- [remark-highlight.js](https://github.com/ben-eb/remark-highlight.js): Highlight code blocks in Markdown files with highlight.js.\n- [remark-html](https://github.com/wooorm/remark-html): Compile markdown to HTML with remark\n- [remark-slug](https://github.com/remarkjs/remark-slug): Add slugs to headings in remark\n- [require-dir](https://github.com/aseemk/requireDir): Helper to require() directories.\n- [stylus](https://github.com/stylus/stylus): Robust, expressive, and feature-rich CSS superset\n- [tmp](https://github.com/raszi/node-tmp): Temporary file and directory creator\n- [upath](https://github.com/anodynos/upath): A proxy to `path`, replacing `\\` with `/` for all results \u0026 methods to add, change, default, trim file extensions.\n\n## Dev Dependencies\n\n- [chai](https://github.com/chaijs/chai): BDD/TDD assertion library for node.js and the browser. Test framework agnostic.\n- [cross-env](https://github.com/kentcdodds/cross-env): Run scripts that set and use environment variables across platforms\n- [mocha](https://github.com/mochajs/mocha): simple, flexible, fun test framework\n- [nixt](https://github.com/vesln/nixt): Simple and powerful testing for command-line apps\n- [path-exists](https://github.com/sindresorhus/path-exists): Check if a path exists\n- [travis-deploy-once](https://github.com/semantic-release/travis-deploy-once): Test multiple node versions on Travis. Deploy once. If all of them pass\n- [semantic-release](https://github.com/semantic-release/semantic-release): Fully automated version management and package publishing\n\n[![Build Status](https://travis-ci.org/jus/jus.svg?branch=master)](https://travis-ci.org/jus/jus)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjus%2Fjus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjus%2Fjus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjus%2Fjus/lists"}