{"id":24807161,"url":"https://github.com/dhull33/a-dope-boilerplate","last_synced_at":"2025-10-13T09:30:33.098Z","repository":{"id":36021397,"uuid":"159369775","full_name":"dhull33/a-dope-boilerplate","owner":"dhull33","description":"A boilerplate using Express, Webpack, Prettier, Eslint, and Google Style Guide","archived":false,"fork":false,"pushed_at":"2025-09-14T07:33:24.000Z","size":3552,"stargazers_count":0,"open_issues_count":33,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-15T03:13:10.120Z","etag":null,"topics":["airbnb-eslint","babel","boilerplate","boilerplate-node","code-formatter","editorconfig","ejs","eslint","express","expressjs","fossa-status","linting","nodejs","pm2","prettier","prettier-eslint","stage","webpack"],"latest_commit_sha":null,"homepage":"","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/dhull33.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-11-27T16:57:07.000Z","updated_at":"2023-09-28T05:16:07.000Z","dependencies_parsed_at":"2024-04-30T01:33:33.688Z","dependency_job_id":"5babba11-ad63-4227-b442-7ff5a6122f1b","html_url":"https://github.com/dhull33/a-dope-boilerplate","commit_stats":{"total_commits":109,"total_committers":4,"mean_commits":27.25,"dds":0.04587155963302747,"last_synced_commit":"fb1f90ea0dfee256272133b4c7ef870820ef3ad3"},"previous_names":["dhull33/express-webpack-prettier-boilerplate"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dhull33/a-dope-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhull33%2Fa-dope-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhull33%2Fa-dope-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhull33%2Fa-dope-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhull33%2Fa-dope-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhull33","download_url":"https://codeload.github.com/dhull33/a-dope-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhull33%2Fa-dope-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014521,"owners_count":26085536,"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-10-13T02:00:06.723Z","response_time":61,"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":["airbnb-eslint","babel","boilerplate","boilerplate-node","code-formatter","editorconfig","ejs","eslint","express","expressjs","fossa-status","linting","nodejs","pm2","prettier","prettier-eslint","stage","webpack"],"created_at":"2025-01-30T09:17:20.086Z","updated_at":"2025-10-13T09:30:32.740Z","avatar_url":"https://github.com/dhull33.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Express-Webpack-Prettier-Boilerplate\n\n[![Known Vulnerabilities](https://snyk.io//test/github/dhull33/Express-Webpack-Prettier-Boilerplate/badge.svg?targetFile=package.json)](https://snyk.io//test/github/dhull33/Express-Webpack-Prettier-Boilerplate?targetFile=package.json)\n[![dependencies Status](https://david-dm.org/dhull33/Express-Webpack-Prettier-Boilerplate.svg)](https://david-dm.org/dhull33/Express-Webpack-Prettier-Boilerplate) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fdhull33%2FExpress-Webpack-Prettier-Boilerplate.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fdhull33%2FExpress-Webpack-Prettier-Boilerplate?ref=badge_shield)\n\nA very opinionated boilerplate to help you get started with Express, Webpack, ESLint, ES6 and Prettier using Airbnb's Javascript Guidelines.\n\n## Why?\n\nI got tired of having to take half a day to set up my development environment.\n\n## Installation\n\n`$ npm install a-dope-boilerplate`\n\n## Get Started\n\nCreate your project in the current working directory:\n\n`$ adp ./directory-to-install`\n\nor\n\n`$ adp ./`\n\nTo create your project in a directory that isn't in your current working directory:\n\n`$ adp /Absolute/Path/To/Directory`\n\nNavigate to the directory where you created the project and run:\n\n`$ npm install`\n\n## Files and Project Structure\n\n- The files and project structure from [Express Generator](https://github.com/expressjs/generator) with EJS as the templating language and CSS for stylesheets\n\nIn addition to the above mentioned files:\n\n- webpack.prod.config.js\n- webpack.dev.config.js\n- README.md\n- package.json\n- ecosystem.config.js (So you can use PM2 with Heroku)\n- .prettierrc\n- .prettierignore\n- .gitignore\n- .eslintrc.json\n- .eslintignore\n- .env\n- .editorconfig\n\n## NPM Scripts in package.json\n\n     \"scripts\": {\n       \"clean\": \"rimraf DIRECTORY TO CLEAN OUT\",\n       \"start\": \"pm2-runtime start ecosystem.config.js --env production\",\n       \"start:prettier:dev\": \"npm-run-all --parallel open:src:dev prettier-watch\",\n       \"clean:build:dev\": \"run-s clean build open:src:dev\",\n       \"open:src:dev\": \"nodemon bin/www\",\n       \"prettier-watch\": \"onchange '**/*.js' -- prettier --write {{changed}}\",\n       \"build:dev\": \"webpack --config webpack.dev.config.js\",\n       \"build:prod\": \"webpack --config webpack.prod.config.js\"\n     }\n\nTo run any of these by themselves: `$ npm run \u003cCommand\u003e`\n\nFor example, to start the express server with nodemon during development:\n\n`$ npm run open:src:dev`\n\n## Resources\n\n- [ESLint Docs](https://eslint.org/docs/user-guide/getting-started)\n- [Prettier Docs](https://prettier.io/docs/en/index.html)\n- [Webpack Docs](https://webpack.js.org/concepts/)\n- [Editor Config](https://editorconfig.org/#download)\n- [Express Generator](https://github.com/expressjs/generator)\n- [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript)\n\n## EditorConfig, ESLint, and Prettier IDE Plugins\n\n- Most modern IDEs have plugins for ESLint, Prettier, and EditorConfig. If you install them you can configure your IDE to use the files from this boilerplate.\n\n## Issues and Requests\n\nIf you find any bugs, have a question about usage, or would like to request a feature submit an issue [HERE](https://github.com/dhull33/Express-Webpack-Prettier-Boilerplate/issues)\n\n## License\n\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fdhull33%2FExpress-Webpack-Prettier-Boilerplate.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fdhull33%2FExpress-Webpack-Prettier-Boilerplate?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhull33%2Fa-dope-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhull33%2Fa-dope-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhull33%2Fa-dope-boilerplate/lists"}