{"id":19610642,"url":"https://github.com/justinsisley/clear","last_synced_at":"2026-04-11T10:33:15.195Z","repository":{"id":66212609,"uuid":"126224867","full_name":"justinsisley/clear","owner":"justinsisley","description":"A translucent Node.js server starter-kit","archived":false,"fork":false,"pushed_at":"2018-03-22T23:09:52.000Z","size":11,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-03T13:38:03.954Z","etag":null,"topics":["babel","eslint","expressjs","jest","nodejs","prettier"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/justinsisley.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-21T18:40:48.000Z","updated_at":"2019-12-05T03:36:41.000Z","dependencies_parsed_at":"2023-02-21T23:15:14.537Z","dependency_job_id":null,"html_url":"https://github.com/justinsisley/clear","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/justinsisley/clear","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinsisley%2Fclear","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinsisley%2Fclear/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinsisley%2Fclear/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinsisley%2Fclear/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justinsisley","download_url":"https://codeload.github.com/justinsisley/clear/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justinsisley%2Fclear/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31677815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["babel","eslint","expressjs","jest","nodejs","prettier"],"created_at":"2024-11-11T10:31:22.827Z","updated_at":"2026-04-11T10:33:15.148Z","avatar_url":"https://github.com/justinsisley.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"mjml-utils\" src=\"https://image.flaticon.com/icons/png/512/672/672739.png\" width=\"100\"\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003e\n  clear\n\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n  A translucent Node.js server starter-kit\n  \u003cbr\u003e\n  \u003ca href=\"https://expressjs.com/\" target=\"_blank\"\u003eExpress\u003c/a\u003e + \u003ca href=\"https://babeljs.io/\" target=\"_blank\"\u003eBabel\u003c/a\u003e + \u003ca href=\"https://prettier.io/\" target=\"_blank\"\u003ePrettier\u003c/a\u003e + \u003ca href=\"https://eslint.org/\" target=\"_blank\"\u003eESLint\u003c/a\u003e + \u003ca href=\"https://facebook.github.io/jest/\" target=\"_blank\"\u003eJest\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/release/justinsisley/clear.svg?style=for-the-badge\" alt=\"GitHub release\" /\u003e \u003ca href=\"https://travis-ci.org/justinsisley/clear\"\u003e\u003cimg src=\"https://img.shields.io/travis/justinsisley/clear.svg?style=for-the-badge\" alt=\"Travis\" /\u003e\u003c/a\u003e \u003cimg src=\"https://img.shields.io/github/license/justinsisley/clear.svg?style=for-the-badge\" alt=\"license\" /\u003e\n\u003c/p\u003e\n\n---\n\n[Changelog](https://github.com/justinsisley/clear/releases)\n\n---\n\n# Features\n\n- __Use a familiar Node.js HTTP server library__ _(via Express)_\n- __Use the latest and greatest ECMAScript__ _(via Babel)_\n- __Keep code clean and consistent__ _(via Prettier and ESLint)_\n- __Provide a fast development workflow__ _(via nodemon)_\n- __Write tests with ease__ _(via Jest)_\n\n# Documentation\n\n## Install\n\nClone the repo via git:\n\n```bash\ngit clone --depth=1 https://github.com/justinsisley/clear.git your-project-name\n```\n\nInitialize your own git repository:\n\n```bash\n$ cd your-project-name\n$ rm -rf .git \u0026\u0026 git init\n```\n\nInstall dependencies:\n\n```bash\n$ npm i\n```\n\n## Develop\n\nRun the server in development mode:\n\n```bash\nnpm run dev\n```\n\n\u003e __Note__: In development mode, the server will restart any time your code is changed.\n\n## Test\n\nRun all tests:\n\n```bash\nnpm test\n```\n\nRun tests in watch mode:\n\n```bash\nnpm test -- --watch\n```\n\n\u003e __Note__: Any file in the `src` directory that ends in `.test.js` will be found by Jest.\n\n## Build\n\nCreate a static build:\n\n```bash\nnpm run build\n```\n\n\u003e __Note:__ This script will use Babel to compile code within the `src` directory into a `dist` directory.\n\n## Production\n\nRun the server in production mode:\n\n```bash\nnpm start\n```\n\n\u003e __Note:__ This script requires a build via `npm run build`.\n\n## Pre-commit Hook\n\nThis starter-kit is pre-configured with a [git pre-commit hook](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks), which will automatically clean up your staged code using Prettier and ESLint. This is done using [lint-staged](https://github.com/okonet/lint-staged) and [husky](https://github.com/typicode/husky).\n\nYou can modify the pre-commit workflow in the `.lintstagedrc` file.\n\n# Credits\n\u003cdiv\u003eIcons made by \u003ca href=\"http://www.freepik.com\" title=\"Freepik\"\u003eFreepik\u003c/a\u003e from \u003ca href=\"https://www.flaticon.com/\" title=\"Flaticon\"\u003ewww.flaticon.com\u003c/a\u003e is licensed by \u003ca href=\"http://creativecommons.org/licenses/by/3.0/\" title=\"Creative Commons BY 3.0\" target=\"_blank\"\u003eCC 3.0 BY\u003c/a\u003e\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinsisley%2Fclear","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustinsisley%2Fclear","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustinsisley%2Fclear/lists"}