{"id":21158301,"url":"https://github.com/simbo/generator-webpack","last_synced_at":"2025-07-21T18:37:09.761Z","repository":{"id":141795834,"uuid":"134771466","full_name":"simbo/generator-webpack","owner":"simbo","description":"A yeoman generator for my usual webpack stacks (vanilla, vue or angular) including support for TypeScript, Stylus, Pug, Docker and more.","archived":false,"fork":false,"pushed_at":"2018-05-28T14:13:54.000Z","size":127,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-04T11:07:36.743Z","etag":null,"topics":[],"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/simbo.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-05-24T21:38:44.000Z","updated_at":"2018-05-28T14:13:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"fce142f4-1229-43f0-b934-d2c1d9180cf7","html_url":"https://github.com/simbo/generator-webpack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simbo/generator-webpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbo%2Fgenerator-webpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbo%2Fgenerator-webpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbo%2Fgenerator-webpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbo%2Fgenerator-webpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simbo","download_url":"https://codeload.github.com/simbo/generator-webpack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simbo%2Fgenerator-webpack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266353158,"owners_count":23915904,"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-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-11-20T12:19:42.748Z","updated_at":"2025-07-21T18:37:09.738Z","avatar_url":"https://github.com/simbo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"generator-webpack\n=================\n\n  \u003e A yeoman generator for my usual webpack stacks (vanilla, vue or angular)\n  \u003e including support for TypeScript, Stylus, Pug, Docker and more.\n\n***UNDER DEVELOPMENT – NOT YET RELEASED***\n\n[![npm package version](https://img.shields.io/npm/v/@simbo/generator-webpack.svg?style=flat-square)](https://www.npmjs.com/package/@simbo/generator-webpack)\n[![Travis CI build status](https://travis-ci.org/simbo/generator-webpack.svg?branch=master)](https://travis-ci.org/simbo/generator-webpack/builds)\n\n---\n\n\u003c!-- TOC depthTo:3 --\u003e\n\n- [About](#about)\n  - [Common Features](#common-features)\n  - [Sub Generators](#sub-generators)\n  - [Preview of generated Files](#preview-of-generated-files)\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Usage](#usage)\n  - [Advanced CLI Usage](#advanced-cli-usage)\n- [Development](#development)\n- [License](#license)\n\n\u003c!-- /TOC --\u003e\n\n---\n\n## About\n\nThis generator creates a boilerplate for [webpack](https://webpack.js.org/)\nbased frontend projects. It offers multiple kinds of setups:\n\n  - **Vanilla** (no framework)\n\n  - **Vue.js**\n\n  - **Angular**\n\nAlthough each of them has slightly different settings for their respective\npurpose, they all share the same common features and base configuration.\n\n\n### Common Features\n\n  - [Typescript](https://www.typescriptlang.org/) support with\n    [Babel](https://babeljs.io/) transpiling\n\n  - [Stylus](http://stylus-lang.com/) support\n\n  - [PostCSS](https://postcss.org/) support with plugins:\n      - [Autoprefixer](https://github.com/postcss/autoprefixer)\n      - [CSS MQ Packer](https://github.com/hail2u/node-css-mqpacker)\n      - [cssnano](http://cssnano.co/)\n\n  - [Pug](https://pugjs.org/api/getting-started.html) support with `:markdown`\n    filter using [Marked](https://marked.js.org/)\n\n  - full sourcemaps support for all loaders in development and production mode,\n    optimized respectively\n\n  - [Webpack Dev Server](https://webpack.js.org/configuration/dev-server/)\n    supporting\n    [Hot Module Replacement](https://webpack.js.org/concepts/hot-module-replacement/)\n\n  - [Bundle Analyzer](https://www.npmjs.com/package/webpack-bundle-analyzer) service\n\n  - optional Docker-wrapped development environment with self-documented\n    Makefile as task runner\n\n\n### Sub Generators\n\nBeside internal sub generators, `@simbo/generator-webpack` is combined with\n\n  - [generator-license](https://github.com/jozefizso/generator-license)\n  - [@simbo/generator-editorconfig](https://github.com/simbo/generator-editorconfig)\n  - [@simbo/generator-prettierrc](https://github.com/simbo/generator-prettierrc)\n  - [@simbo/generator-readme](https://github.com/simbo/generator-readme)\n  - [@simbo/generator-tsconfig](https://github.com/simbo/generator-tsconfig)\n\n\n### Preview of generated Files\n\nThere are auto-generated branches from the latest master build, showing the\nexpected results for each setup and also a `README.md` with usage details:\n\n  - [Preview of generated ***Vanilla*** project]()\n  - [Preview of generated ***Vue.js*** project]()\n  - [Preview of generated ***Angular*** project]()\n\nThe generated file/folder structure will look somehow like this:\n\n``` text\n./\n├─ src/\n│  ├─ public/\n│  ├─ scripts/\n│  │  ├─ modules/\n│  │  └─ main.ts\n│  ├─ styles/\n│  │  ├─ imports/\n│  │  └─ main.styl\n│  └─ index.pug\n├─ .editorconfig\n├─ .gitignore\n├─ .prettierrc\n├─ LICENSE\n├─ Makefile\n├─ package.json\n├─ README.md\n├─ tsconfig.json\n└─ webpack.config.js\n```\n\n\n## Requirements\n\nThis is a yeoman generator. You should have installed\n[yeoman](http://yeoman.io/).\n\n\n## Installation\n\n`@simbo/generator-webpack` is a public user-scoped npm package.\n\nYou can install it using…\n\n``` sh\n# …npm\nnpm install -g @simbo/generator-webpack\n\n# …or yarn\nyarn global add @simbo/generator-webpack\n```\n\n\n## Usage\n\nUse it like any other yeoman generator within your project root:\n\n``` sh\nyo @simbo/webpack\n```\n\n\n### Advanced CLI Usage\n\n``` sh\nyo @simbo/webpack [\u003cframework\u003e] [OPTIONS]\n```\n\nAll parameters are optional.\n\nPossible values for `\u003cframework\u003e` are:\n\n  - `vanilla` (default)\n  - `vue`\n  - `angular`\n\nSee also `yo @simbo/webpack --help` for detailed usage information.\n\n\n## Development\n\nLink from project root to use it like a globally installed package on your\nmachine.\n\n``` sh\n# link using npm\nnpm link\n\n# or link using yarn\nyarn link\n```\n\n\n## License\n\n[MIT @ 2018 Simon Lepel](http://simbo.mit-license.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimbo%2Fgenerator-webpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimbo%2Fgenerator-webpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimbo%2Fgenerator-webpack/lists"}