{"id":17688933,"url":"https://github.com/stevenselcuk/node-boilerplate","last_synced_at":"2026-01-19T09:02:13.310Z","repository":{"id":105141590,"uuid":"212855923","full_name":"stevenselcuk/node-boilerplate","owner":"stevenselcuk","description":"Includes some Babel, Webpack, Nodemon, Eslint , PM2 and Huskey particals. Good starting point for your awesome Node.JS server. Also Documentation and testing ready! 🤜🏻","archived":false,"fork":false,"pushed_at":"2023-12-15T20:15:44.000Z","size":924,"stargazers_count":2,"open_issues_count":13,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T07:37:16.916Z","etag":null,"topics":["babel","babel-loader","babel7","boilerplate","boilerplate-template","eslint","eslintrc","node-js","nodejs","nodejs-server","nodemon","versioning","webpack","webpack4"],"latest_commit_sha":null,"homepage":"","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/stevenselcuk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2019-10-04T16:15:33.000Z","updated_at":"2019-10-11T17:00:35.000Z","dependencies_parsed_at":"2024-10-24T14:26:29.871Z","dependency_job_id":"11a4e5f2-ab32-4d22-a5db-32ee6a398521","html_url":"https://github.com/stevenselcuk/node-boilerplate","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/stevenselcuk/node-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenselcuk%2Fnode-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenselcuk%2Fnode-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenselcuk%2Fnode-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenselcuk%2Fnode-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevenselcuk","download_url":"https://codeload.github.com/stevenselcuk/node-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenselcuk%2Fnode-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28565001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","babel-loader","babel7","boilerplate","boilerplate-template","eslint","eslintrc","node-js","nodejs","nodejs-server","nodemon","versioning","webpack","webpack4"],"created_at":"2024-10-24T11:45:57.143Z","updated_at":"2026-01-19T09:02:13.285Z","avatar_url":"https://github.com/stevenselcuk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node Boilerplate 🔥🥔\n\nIt's ready to eat! **Just add water.** Tada 🎉\n\n[![Greenkeeper badge](https://badges.greenkeeper.io/stevenselcuk/node-boilerplate.svg)](https://greenkeeper.io/)\n[![Maintainability](https://api.codeclimate.com/v1/badges/682d70d4b5ab5f71027f/maintainability)](https://codeclimate.com/github/stevenselcuk/node-boilerplate/maintainability)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/95180a62296048f59654554ea68a7fb8)](https://www.codacy.com/manual/stevenjselcuk/node-boilerplate?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=stevenselcuk/node-boilerplate\u0026utm_campaign=Badge_Grade)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n\n\n## Features\n\n- [x] Babel 7\n- [x] Webpack\n- [x] Eslint\n- [x] Prettier\n- [x] Github Actions\n- [x] Documentation (JsDoc)\n- [x] Test (Mocha)\n- [x] PM2 (Serve)\n- [ ] Test Coverage (IDK?)\n- [x] Appconveyor\n- [ ] Docker\n\n## Utils\n\n- [x] nconf for your args, env and json config management\n- [x] Winston For easy logging (file and console)\n- [x] Lodash cherry pick 🍒👌\n- [x] Signale Good looking console logging\n- [x] Lint staged for preventing hot mess\n- [x] Huskey for lint and testing hooks before commit and push\n- [x] standard-version [See](https://github.com/conventional-changelog/standard-version)\n\n## Init it! ⚡️\n\nJust click **Use this template** button or\n\n```bash\n$ git clone https://github.com/stevenselcuk/node-boilerplate yourawesomeproject\n\n$ cd yourawesomeproject\n\n$ yarn\n\n$ yarn dev\n```\n\n## Build it! 🔧\n\n```bash\n$ yarn build\n```\n\n## Start it! 🍍\n\n```bash\n$ yarn start\n```\n\n## Serve it! 📦\n\n```bash\n$ yarn serve\n```\n\n## Other Operations 🤔\n\nLinting, fixing and running tests and prettier is in \"auto mode\" to preventing **\"hot mess\"**\n( just commit and push it 🤜🏻)\n\n### Lint and fix your file\n\n```bash\n$ yarn lint\n```\n\n### Run your mocha tests\n\n```bash\n$ yarn mocha\n```\n\n### Generate your documentation\n\n```bash\n$ yarn doc\n```\n\n## Folder Structure\n\n```coffee\n.\n├── /dist/ # Ready to serving files 🥘\n├── /src/ # Your awesome Node project 💵\n│   ├── /utils/ # Some helpers for you 👄\n│        ├── logger.js # File/console Logging helper\n│        ├── config.js # Manage and use your .env,args and config.json (Ready to use. Really)\n│   ├── index.js # Your entry point!\n└── /test/ # Mocha test files, config and helpers are here\n└── /docs/ # Your generated documentation files (JSDoc)\n└── /logs/ # Log files by logger.js and PM2\n└── README.md # You are reading this\n└── pm2.config.js # Some configs for running PM2\n└── package.json # Node packages\n```\n\n# 🙌🏻 That's all brothers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenselcuk%2Fnode-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevenselcuk%2Fnode-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenselcuk%2Fnode-boilerplate/lists"}