{"id":20815429,"url":"https://github.com/vineyardbovines/skeletor","last_synced_at":"2025-07-14T15:08:07.568Z","repository":{"id":100427643,"uuid":"199916408","full_name":"vineyardbovines/skeletor","owner":"vineyardbovines","description":"generate a bare bones project with the necessary files 💀 ","archived":false,"fork":false,"pushed_at":"2019-09-07T20:17:37.000Z","size":601,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-17T21:29:32.259Z","etag":null,"topics":["automation-script","build-tool","project-generator","project-initialization","project-starter"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/vineyardbovines.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2019-07-31T19:24:19.000Z","updated_at":"2023-03-13T18:13:00.000Z","dependencies_parsed_at":"2023-05-14T14:45:09.229Z","dependency_job_id":null,"html_url":"https://github.com/vineyardbovines/skeletor","commit_stats":null,"previous_names":["vineyardbovines/skeletor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vineyardbovines%2Fskeletor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vineyardbovines%2Fskeletor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vineyardbovines%2Fskeletor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vineyardbovines%2Fskeletor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vineyardbovines","download_url":"https://codeload.github.com/vineyardbovines/skeletor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234530523,"owners_count":18847679,"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":["automation-script","build-tool","project-generator","project-initialization","project-starter"],"created_at":"2024-11-17T21:23:10.016Z","updated_at":"2025-01-18T15:45:56.121Z","avatar_url":"https://github.com/vineyardbovines.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://raw.githubusercontent.com/gretzky/banners/master/skeletor.png)\n\nInit a project with the necessary ~~evils~~ files super fast.\n\n## Getting Started\n\n### Requirements\n\n- jq\n\n```bash\nbrew install jq\n```\n\n### Installation\n\n```bash\n$ git clone https://github.com/gretzky/skeletor \u0026\u0026 cd skeletor\n$ make install\n```\n\nby default, it installs to `/usr/local`. you can change the prefix if necessary.\n\n```bash\n$ make PREFIX=$WHATEVER install\n```\n\nyou can uninstall with `make uninstall`\n\nrun `skeletor -h` for a help menu.\n\n### Usage\n\n![](./usage.gif)\n\n```bash\n$ skeletor [-l \u003clanguage\u003e] [-L \u003clicense\u003e] [project-name]\n```\n\nBy default, skeletor will build a directory with a few standard files: editorconfig, gitignore, LICENSE, and a README.\n\nThe license defaults to MIT, you can pass the `-L` flag with an argument to get a different license. Supported licenses: AGPL, Apache2.0, BSD2, BSD, GPL2.0, GPL3.0, MIT, MPL2.0, and Unlicense. \n\nThe gitignore utilizes the [gitignore.io](https://gitignore.io) api and will automatically build a config for your machine that covers your OS, your editor (if a default one is set or an editor is detected), and the language you chose.\n\n### Language Support\n\nSome languages will also initialize after your project is built.\n\n**JS/TS**\n\nRuns `npm` or `yarn` init, and `tsc --init` if you pass typescript.\n\n**Python**\n\nAdds a `requirements.txt` and sets up a virtualenv if virtualenv is globally installed.\n\n**Rust**\n\nRuns `cargo init`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvineyardbovines%2Fskeletor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvineyardbovines%2Fskeletor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvineyardbovines%2Fskeletor/lists"}