{"id":19742175,"url":"https://github.com/merkle-open/generator-nitro","last_synced_at":"2026-02-23T16:11:56.292Z","repository":{"id":24923895,"uuid":"28340968","full_name":"merkle-open/generator-nitro","owner":"merkle-open","description":"Your frontend? Fuel it with Nitro! Develop your frontend with a proven but flexible Node.js app, even in a large team.","archived":false,"fork":false,"pushed_at":"2025-03-30T10:06:46.000Z","size":36176,"stargazers_count":71,"open_issues_count":0,"forks_count":28,"subscribers_count":10,"default_branch":"develop","last_synced_at":"2025-04-10T13:36:05.612Z","etag":null,"topics":["bootstrap","frontend","modular","nitro","pattern","theming","webpack","webpack4","yeoman-generator"],"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/merkle-open.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":".github/contributing.md","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":"2014-12-22T14:06:02.000Z","updated_at":"2025-03-30T10:06:52.000Z","dependencies_parsed_at":"2023-07-18T05:22:53.383Z","dependency_job_id":"105e5af8-ed75-4ddf-afea-f93c54ea3ad4","html_url":"https://github.com/merkle-open/generator-nitro","commit_stats":{"total_commits":2331,"total_committers":29,"mean_commits":80.37931034482759,"dds":"0.12741312741312738","last_synced_commit":"825fe1b5c63394fcebfa67aa900ed98e6f869c97"},"previous_names":["namics/generator-nitro"],"tags_count":311,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merkle-open%2Fgenerator-nitro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merkle-open%2Fgenerator-nitro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merkle-open%2Fgenerator-nitro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merkle-open%2Fgenerator-nitro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/merkle-open","download_url":"https://codeload.github.com/merkle-open/generator-nitro/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248230199,"owners_count":21069074,"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":["bootstrap","frontend","modular","nitro","pattern","theming","webpack","webpack4","yeoman-generator"],"created_at":"2024-11-12T01:29:27.429Z","updated_at":"2026-02-23T16:11:51.247Z","avatar_url":"https://github.com/merkle-open.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"[![License](https://img.shields.io/badge/license-MIT-green.svg)](http://opensource.org/licenses/MIT)\n[![Build Status](https://github.com/merkle-open/generator-nitro/workflows/ci/badge.svg?branch=master)](https://github.com/merkle-open/generator-nitro/actions)\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n\n# Nitro\n\nNitro is a Node.js application for simple and complex frontend development with a tiny footprint.\nIt provides a proven but flexible structure to develop your frontend code, even in a large team.\n\nThe codebase is split up in different packages, organized in this monorepo.\nBesides the main functionality including a yeoman generator, this repo includes also example projects.\n\n- [`packages/generator-nitro`](./packages/generator-nitro) (yeoman generator) [![NPM version](https://badge.fury.io/js/generator-nitro.svg)](https://npmjs.org/package/generator-nitro)\n- `packages/nitro-app` (main serverside app) [![npm version](https://badge.fury.io/js/%40nitro%2Fapp.svg)](https://badge.fury.io/js/%40nitro%2Fapp)\n- `packages/nitro-exporter` (nitro exporter package) [![npm version](https://badge.fury.io/js/%40nitro%2Fexporter.svg)](https://badge.fury.io/js/%40nitro%2Fexporter)\n- `packages/nitro-gulp` (nitro gulp task runner) [![npm version](https://badge.fury.io/js/%40nitro%2Fgulp.svg)](https://badge.fury.io/js/%40nitro%2Fgulp)\n- `packages/nitro-webpack` (nitro webpack config) [![npm version](https://badge.fury.io/js/%40nitro%2Fwebpack.svg)](https://badge.fury.io/js/%40nitro%2Fwebpack)\n- `packages/project-new` (folder to test the generator)\n- [`packages/project-nitro`](./packages/project-nitro) (example project with handlebars rendering engine)\n- `packages/project-nitro-twig` (example project with twig rendering engine)\n- `packages/project-nitro-typescript` (example project with typescript)\n- `packages/project-prod` (example of minimum version for production use)\n\n## Getting started\n\n### Generate or update a project\n\nHave a look at the [usage section of the package 'generator-nitro'](./packages/generator-nitro/readme.md#usage) on how to create\nor update a project.\n\n### Sample project\n\nHave a look at the [sample project](https://nitro-project-test.netlify.app/)\nwhich contains the examples of a generated project and was statified with the default configuration of the 'nitro-exporter'.\n\n### Working with this repo\n\nHave a look at the [usage documentation](./docs/working-with-this-repo.md) to see how to work with this repository.\n\n## Changelog\n\nRecent changes can be viewed on Github on the [Releases Page](https://github.com/merkle-open/generator-nitro/releases)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerkle-open%2Fgenerator-nitro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmerkle-open%2Fgenerator-nitro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerkle-open%2Fgenerator-nitro/lists"}