{"id":18053811,"url":"https://github.com/danielstern/generator-es6-webapp","last_synced_at":"2025-04-10T22:53:22.958Z","repository":{"id":31333405,"uuid":"34895992","full_name":"danielstern/generator-es6-webapp","owner":"danielstern","description":"A Yeoman generator to create an app which automatically transpiles ES6 to ES5 - also includes LESS and Skeleton","archived":false,"fork":false,"pushed_at":"2015-05-16T21:47:51.000Z","size":285,"stargazers_count":5,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T00:41:47.359Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danielstern.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-01T09:04:15.000Z","updated_at":"2017-06-02T13:56:59.000Z","dependencies_parsed_at":"2022-08-24T16:50:21.312Z","dependency_job_id":null,"html_url":"https://github.com/danielstern/generator-es6-webapp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielstern%2Fgenerator-es6-webapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielstern%2Fgenerator-es6-webapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielstern%2Fgenerator-es6-webapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielstern%2Fgenerator-es6-webapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielstern","download_url":"https://codeload.github.com/danielstern/generator-es6-webapp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247941719,"owners_count":21022035,"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-10-31T00:08:09.025Z","updated_at":"2025-04-10T22:53:22.928Z","avatar_url":"https://github.com/danielstern.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ES6 Webapp generator\n\n## Features\n\nPlease see our [gulpfile.js](app/templates/gulpfile.js) for up to date information on what we support.\n\n* CSS Autoprefixing\n* Built-in preview server with BrowserSync\n* Automagically compile LESS including source maps\n* Compile ES6 using Browserify including source maps\n* Automagically lint your scripts using Babel-Eslint\n* Awesome image optimization\n* Optional Include Skeleton for some improved CSS\n* Automagically wire-up dependencies installed with [Bower](http://bower.io)\n\n*For more information on what this generator can do for you, take a look at the [gulp plugins](app/templates/_package.json) used in our `package.json`.*\n\n## ES6\n\nYou can use FULL ES6 in this app. :facepunch: ES6-Webapp uses Babel under the hood to transpile ES6 to ES5, and then uses Browserify to package all your dependencies into one dandy file.\n\n## LESS\n\nLESS is awesome, and works right out of the box. Since all CSS is valid LESS, you can convert any existing CSS files straightaway.\n\n**Why not SASS?** Sass is awesome, and for a Ruby-based project, it's the preprocessor to go with. However, ES6-Webapp is a Node-based app stack from the ground up, which means no Ruby dependency!\n\n## Skeleton\n\nSkeleton is a lightweight alternative to Bootstrap. It features clean markup and a light footprint.\n\n**Why not Bootstrap?** Bootstrap is awesome, but the heavy markup results in a big Aspirin bill. Skeleton has almost no markup whatsoever, so if you decide you don't want it, there is nothing you need to remove but the CSS file itself.\n\n\n## Getting Started\n\n- Install dependencies: `npm install --global yo bower less babel browserify`\n- Install the generator: `npm install --global generator-es6-webapp`\n- Run `yo es6-webapp` to scaffold your webapp\n- Run `npm install` to verify and repair NPM installs\n- Run `gulp serve` to preview and watch for changes\n- Run `bower install --save \u003cpackage\u003e` to install frontend dependencies\n- Run `gulp` to build your webapp for production\n\n## Customize\n\n- Modify `.eslintrc` to change your eslint settings\n- All other settings can be changed in the Gulpfile\n\n## Gulp Commands\n\n- `gulp es6` compiles your ES6 using babelify\n- `gulp less` will compile your Less\n- `gulp preflight` will lint your code\n\n## Contribute\n\nSee the [contributing docs](contributing.md).\n\n\n## License\n\n[BSD license](http://opensource.org/licenses/bsd-license.php)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielstern%2Fgenerator-es6-webapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielstern%2Fgenerator-es6-webapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielstern%2Fgenerator-es6-webapp/lists"}