{"id":19016986,"url":"https://github.com/alchaplinsky/generator-simpleapp","last_synced_at":"2025-04-23T02:45:39.687Z","repository":{"id":16291454,"uuid":"19040051","full_name":"alchaplinsky/generator-simpleapp","owner":"alchaplinsky","description":"Yeoman generator for simple website with sass, coffee, autoprefixer and livereload","archived":false,"fork":false,"pushed_at":"2014-05-04T07:05:50.000Z","size":200,"stargazers_count":10,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-23T02:45:31.261Z","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/alchaplinsky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-22T18:01:30.000Z","updated_at":"2016-07-20T16:58:12.000Z","dependencies_parsed_at":"2022-09-10T01:11:11.298Z","dependency_job_id":null,"html_url":"https://github.com/alchaplinsky/generator-simpleapp","commit_stats":null,"previous_names":["alchapone/generator-simpleapp"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alchaplinsky%2Fgenerator-simpleapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alchaplinsky%2Fgenerator-simpleapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alchaplinsky%2Fgenerator-simpleapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alchaplinsky%2Fgenerator-simpleapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alchaplinsky","download_url":"https://codeload.github.com/alchaplinsky/generator-simpleapp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250360251,"owners_count":21417717,"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-11-08T19:45:26.418Z","updated_at":"2025-04-23T02:45:39.665Z","avatar_url":"https://github.com/alchaplinsky.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# generator-simpleapp [![Build Status](https://secure.travis-ci.org/alchapone/generator-simpleapp.png?branch=master)](https://travis-ci.org/alchapone/generator-simpleapp)\n\n\n## Features\n* CSS Autoprefixing\n* Built-in preview server with LiveReload\n* Automatically compile CoffeeScript \u0026 Sass\n* Deploy site to gh-pages\n\n## Getting Started\n\nMake sure you have yo installed: ```npm install -g yo```\n\nInstall the generator: ```npm install -g generator-simpleapp```\n\nRun: ```yo simpleapp```\n\n## Usage\n\n```grunt build``` Builds all content of ```app/``` directory into ```dist/```. Compiles coffee and sass files,\nconcatenates all scripts and stylesheets including third-party dependencies that are managed via ```bower```.\nThis will create single ```application.js``` and ```application.css``` files with all scripts and styles defined in\n```head``` section of index.html file:\n\n    \u003c!-- build:css stylesheets/application.css --\u003e\n      \u003clink rel=\"stylesheet\" href=\"stylesheets/application.css\"\u003e\n    \u003c!-- endbuild --\u003e\n\n    \u003c!-- build:js javascripts/application.js --\u003e\n      \u003cscript type=\"text/javascript\" src=\"bower_components/jquery/jquery.js\"\u003e\u003c/script\u003e\n      \u003cscript type=\"text/javascript\" src=\"javascripts/application.js\"\u003e\u003c/script\u003e\n    \u003c!-- endbuild --\u003e\n\n```grunt serve``` Runs local web-server on ```9000``` port, compiles all changes in coffee and sass files on the fly\nand makes development process easy by running livereload automatically in the browser on file save. Also includes\ncss autoprefixer which automatically handles vendor prefixes.\n\n```grunt deploy``` Runs build task and pushes built files into ```gh-pages``` branch on GitHub.\n\nBy default, if you're just calling ```grunt``` grunt runs ```serve``` task.\n\n### Getting To Know Yeoman\n\nYeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced.\n\nIf you'd like to get to know Yeoman better and meet some of his friends, [Grunt](http://gruntjs.com) and [Bower](http://bower.io), check out the complete [Getting Started Guide](https://github.com/yeoman/yeoman/wiki/Getting-Started).\n\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falchaplinsky%2Fgenerator-simpleapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falchaplinsky%2Fgenerator-simpleapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falchaplinsky%2Fgenerator-simpleapp/lists"}