{"id":13407428,"url":"https://github.com/expressjs/generator","last_synced_at":"2025-04-08T21:18:31.545Z","repository":{"id":11994173,"uuid":"14570945","full_name":"expressjs/generator","owner":"expressjs","description":"Express' application generator","archived":false,"fork":false,"pushed_at":"2024-08-20T15:32:48.000Z","size":293,"stargazers_count":1824,"open_issues_count":60,"forks_count":550,"subscribers_count":54,"default_branch":"master","last_synced_at":"2024-10-29T09:08:17.284Z","etag":null,"topics":["express","generator","javascript","nodejs"],"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/expressjs.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":"2013-11-20T22:24:21.000Z","updated_at":"2024-10-08T06:50:34.000Z","dependencies_parsed_at":"2022-08-24T13:21:27.930Z","dependency_job_id":"4d831a67-f6e5-486f-9d66-21f406f94c0a","html_url":"https://github.com/expressjs/generator","commit_stats":{"total_commits":398,"total_committers":43,"mean_commits":9.255813953488373,"dds":0.1331658291457286,"last_synced_commit":"695afb592afa2d22ceaa772a00a34f8145b0f290"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/expressjs%2Fgenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/expressjs%2Fgenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/expressjs%2Fgenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/expressjs%2Fgenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/expressjs","download_url":"https://codeload.github.com/expressjs/generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247927406,"owners_count":21019526,"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","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":["express","generator","javascript","nodejs"],"created_at":"2024-07-30T20:00:39.955Z","updated_at":"2025-04-08T21:18:31.523Z","avatar_url":"https://github.com/expressjs.png","language":"JavaScript","readme":"[![Express Logo](https://i.cloudup.com/zfY6lL7eFa-3000x3000.png)](http://expressjs.com/)\n\n[Express'](https://www.npmjs.com/package/express) application generator.\n\n[![NPM Version][npm-image]][npm-url]\n[![NPM Downloads][downloads-image]][downloads-url]\n[![Linux Build][github-actions-ci-image]][github-actions-ci-url]\n[![Windows Build][appveyor-image]][appveyor-url]\n\n## Installation\n\n```sh\n$ npm install -g express-generator\n```\n\nYou can also run the application generator with the `npx` command (available since Node.js 8.2.0).\n\n```sh\n$ npx express-generator\n```\n\n## Quick Start\n\nThe quickest way to get started with express is to utilize the executable `express(1)` to generate an application as shown below:\n\nCreate the app:\n\n```bash\n$ express --view=hbs /tmp/foo \u0026\u0026 cd /tmp/foo\n```\n\nInstall dependencies:\n\n```bash\n$ npm install\n```\n\nStart your Express.js app at `http://localhost:3000/`:\n\n```bash\n$ npm start\n```\n\n## Command Line Options\n\nThis generator can also be further configured with the following command line flags.\n\n        --version        output the version number\n    -e, --ejs            add ejs engine support\n        --pug            add pug engine support\n        --hbs            add handlebars engine support\n    -H, --hogan          add hogan.js engine support\n    -v, --view \u003cengine\u003e  add view \u003cengine\u003e support (dust|ejs|hbs|hjs|jade|pug|twig|vash) (defaults to jade)\n        --no-view        use static html instead of view engine\n    -c, --css \u003cengine\u003e   add stylesheet \u003cengine\u003e support (less|stylus|compass|sass) (defaults to plain css)\n        --git            add .gitignore\n    -f, --force          force on non-empty directory\n    -h, --help           output usage information\n\n## License\n\n[MIT](LICENSE)\n\n[npm-image]: https://img.shields.io/npm/v/express-generator.svg\n[npm-url]: https://npmjs.org/package/express-generator\n[appveyor-image]: https://img.shields.io/appveyor/ci/dougwilson/generator/master.svg?label=windows\n[appveyor-url]: https://ci.appveyor.com/project/dougwilson/generator\n[downloads-image]: https://img.shields.io/npm/dm/express-generator.svg\n[downloads-url]: https://npmjs.org/package/express-generator\n[github-actions-ci-image]: https://img.shields.io/github/workflow/status/expressjs/generator/ci/master?label=linux\n[github-actions-ci-url]: https://github.com/expressjs/generator/actions/workflows/ci.yml\n","funding_links":[],"categories":["JavaScript","HarmonyOS","工具","Uncategorized"],"sub_categories":["Windows Manager","Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexpressjs%2Fgenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexpressjs%2Fgenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexpressjs%2Fgenerator/lists"}