{"id":13517447,"url":"https://github.com/jolicode/generator-joli-symfony","last_synced_at":"2025-03-31T08:31:40.394Z","repository":{"id":24683182,"uuid":"28094152","full_name":"jolicode/generator-joli-symfony","owner":"jolicode","description":":man: Yeoman Generator for Symfony2 projects with sensible defaults and frontend tools.","archived":false,"fork":false,"pushed_at":"2020-10-21T08:07:04.000Z","size":68,"stargazers_count":99,"open_issues_count":7,"forks_count":18,"subscribers_count":25,"default_branch":"master","last_synced_at":"2024-10-29T22:47:31.505Z","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/jolicode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-16T15:53:48.000Z","updated_at":"2024-05-15T15:23:31.000Z","dependencies_parsed_at":"2022-08-02T16:45:49.173Z","dependency_job_id":null,"html_url":"https://github.com/jolicode/generator-joli-symfony","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jolicode%2Fgenerator-joli-symfony","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jolicode%2Fgenerator-joli-symfony/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jolicode%2Fgenerator-joli-symfony/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jolicode%2Fgenerator-joli-symfony/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jolicode","download_url":"https://codeload.github.com/jolicode/generator-joli-symfony/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246441625,"owners_count":20778065,"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":[],"created_at":"2024-08-01T05:01:33.819Z","updated_at":"2025-03-31T08:31:40.064Z","avatar_url":"https://github.com/jolicode.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"JoliSymfony - Symfony2\n=====================\n[![NPM Version](https://img.shields.io/npm/v/generator-joli-symfony.svg?style=flat-square)](https://www.npmjs.com/package/generator-joli-symfony)\n[![Download Month](https://img.shields.io/npm/dm/generator-joli-symfony.svg?style=flat-square)](https://www.npmjs.com/package/generator-joli-symfony)\n\n# /!\\ This project is no longer maintained, use at your own risks\n\ngenerator-joli-symfony is a [Yeoman Generator](http://yeoman.io/generators/) to scaffold Symfony2 projects with sensible defaults, common bundles and frontend tools.\n\nIt will create a new Symfony project, remove Assetic and replace it with either Gulp, Grunt or Brunch.\n\n### Demo\n\n![](http://i.imgur.com/qPMgBMv.gif)\n\n## Dependencies\n\nMandatory dependencies :\n\n- [npm](http://nodejs.org/)\n- [yo](http://yeoman.io/)\n- [gulp](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md#getting-started)\n- [grunt](http://gruntjs.com/getting-started)\n- [brunch](http://brunch.io/)\n\nOptional dependencies :\n\n- [gem](https://www.ruby-lang.org/en/downloads/)\n- [compass](http://compass-style.org/install/)\n\n\n## What you can choose\n\n* Symfony 2 Standard Edition:\n * The list of versions of symfony is available [here](https://symfony.com/versions.json)\n* Grunt:\n * [grunt-compass](https://github.com/gruntjs/grunt-contrib-compass)\n * [grunt-less](https://github.com/gruntjs/grunt-contrib-less)\n * [grunt-babel](https://github.com/babel/grunt-babel)\n * [grunt-coffee](https://github.com/gruntjs/grunt-contrib-coffee)\n * [grunt-typescript](https://github.com/k-maru/grunt-typescript)\n* Gulp:\n * [gulp-ruby-sass](https://github.com/sindresorhus/gulp-ruby-sass)\n * gulp-copy\n * gulp-javascript\n * [gulp-less](https://github.com/plus3network/gulp-less)\n * [gulp-babel](https://github.com/babel/gulp-babel)\n * [gulp-typescript](https://github.com/ivogabe/gulp-typescript)\n * [gulp-coffee](https://github.com/wearefractal/gulp-coffee)\n* Brunch:\n * [less-brunch](https://github.com/brunch/less-brunch)\n * [sass-brunch](https://github.com/brunch/sass-brunch)\n * [stylus-brunch](https://github.com/brunch/stylus-brunch)\n * [coffee-script-brunch](https://github.com/brunch/coffee-script-brunch)\n * [typescript-brunch](https://github.com/joshheyse/typescript-brunch)\n * [uglify-js-brunch](https://github.com/brunch/uglify-js-brunch)\n * [babel-brunch](https://github.com/babel/babel-brunch)\n* Bootstrap-sass-official\n\n## Default workflow\n\n* Installs Symfony\n* Removes Assetic for versions lower than 2.8\n * Only if using grunt-less or grunt-babel or grunt-compass: **(grunt-contrib-watch)**\n * Only if using grunt-typescript or grunt-coffee or grunt-babel : **(grunt-uglify)**\n * Only if using gulp-ruby-sass **(gulp-watch)**\n * Only if using gulp-ruby-sass or gulp-javascript **(gulp-rename, gulp-sourcemaps)**\n * Only if using gulp-ruby-sass or gulp-less **(gulp-minify-css)**\n * Only if using gulp-javascript or gulp-coffee or gulp-typescript or gulp-babel **(gulp-uglify, gulp-concat)**\n* Starts the automatic execution of `bower` and `npm` after scaffolding has finished.\n\n## Assets location\n\nAssets are stored in the **app/Resources/** folder :\n\n* app/Resources/scss\n* app/Resources/fonts\n* app/Resources/...\n\n## Getting Started\n\n- Install: `npm install -g yo`\n- Install: `npm install -g generator-joli-symfony`\n- Run: `yo joli-symfony --force`\n\n## Contribute\n\n`generator-joli-symfony` is fork-friendly : you can maintain a custom version, in which you `npm install \u0026\u0026 npm link` so that you can still use it with `yo joli-symfony`, or with the name of your choice.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjolicode%2Fgenerator-joli-symfony","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjolicode%2Fgenerator-joli-symfony","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjolicode%2Fgenerator-joli-symfony/lists"}