{"id":19157142,"url":"https://github.com/kinduff/frontend-tools-template","last_synced_at":"2026-06-20T11:32:13.850Z","repository":{"id":144970604,"uuid":"59349137","full_name":"kinduff/frontend-tools-template","owner":"kinduff","description":"Miscellaneous frontend tools template that can run without a server.","archived":false,"fork":false,"pushed_at":"2016-05-21T08:13:38.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T21:43:41.200Z","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/kinduff.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-21T08:13:30.000Z","updated_at":"2021-05-15T20:04:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"413a8d94-f0ea-46cc-9e43-5638ec03a1b1","html_url":"https://github.com/kinduff/frontend-tools-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kinduff/frontend-tools-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinduff%2Ffrontend-tools-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinduff%2Ffrontend-tools-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinduff%2Ffrontend-tools-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinduff%2Ffrontend-tools-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kinduff","download_url":"https://codeload.github.com/kinduff/frontend-tools-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinduff%2Ffrontend-tools-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34568741,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-09T08:38:28.324Z","updated_at":"2026-06-20T11:32:13.827Z","avatar_url":"https://github.com/kinduff.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Tools Template\nMiscellaneous front end tools that can run without a server. Uses [Github Pages](https://pages.github.com/) to deploy static content.\n\n## Supported Compilation\nThis repository contains the following gulp tasks:\n\n1. `clean`: Cleans the `dist` folder.\n1. `coffee`: Compiles `*.coffee` files.\n1. `sass`: Compiles `*.scss` and `*.sass` files.\n1. `jade`: Compiles `*.jade` files.\n1. `copy`: Copies everything expect supported extensions.\n1. `watch`: Watches all the files and runs the supported task.\n1. `build`: Executes `clean`, `coffee`, `scss`, `jade`, `copy` tasks.\n1. `deploy`: Runs the `build` task and then deploys the `dist` folder (commit and push to `gh-pages` branch`).\n1. `run`: Serves the `dist` folder in the port `3000`.\n\n## How to publish a tool\nFollowing the listed steps to push and deploy a front-end tool.\n\n1. Create a folder inside `src`.\n1. Add the content of your tool. All the content is going to be compiled with the same structure.\n1. Test your application by running the following tasks:\n  1. First run the `gulp build` from the command-line.\n  1. Then run `gulp run` to serve the `dist` folder in the port `3000`.\n  1. Access your tool using the folder name as a route. For example: `./src/my-tool` becomes `localhost:3000/my-tool`\n1. Commit and push to your branch or to the `master` branch.\n1. Deploy your tool using `gulp deploy` from the command-line.\n1. Your tool should be available in `http://username.github.io/repo-name/my-tool`\n\n## How to add more gulp tasks\nIf you want to extend the tasks to support more extensions (HAML, for example), in the `gulpfile.js` file make sure to:\n\n1. Add your task in the `build` task sequence.\n1. Add the new supported extension - if any - to the supported extensions list.\n1. Test it out to make sure it works as expected.\n\n## Contributing\nTo contribute follow the \"fork-and-pull\" Git workflow.\n\n 1. **Fork** the repo on GitHub.\n 2. **Clone** the project to your own machine.\n 3. **Commit** changes to your own branch.\n 4. **Push** your work back up to your fork.\n 5. Submit a **Pull request** so that we can review your changes.\n\nNOTE: Be sure to merge the latest from \"upstream\" before making a pull request!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkinduff%2Ffrontend-tools-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkinduff%2Ffrontend-tools-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkinduff%2Ffrontend-tools-template/lists"}