{"id":43678255,"url":"https://github.com/macie/shinit","last_synced_at":"2026-02-05T01:20:31.563Z","repository":{"id":181695602,"uuid":"666967593","full_name":"macie/shinit","owner":"macie","description":"Initialize Bourne shell with Git repository. ","archived":false,"fork":false,"pushed_at":"2025-06-14T10:31:26.000Z","size":90,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2025-06-14T10:33:31.990Z","etag":null,"topics":["cli","initializer","posix","shell"],"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/macie.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,"zenodo":null}},"created_at":"2023-07-16T07:31:31.000Z","updated_at":"2025-02-01T21:55:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"380cfc61-5d4c-4fc2-aa00-7aa91804d23f","html_url":"https://github.com/macie/shinit","commit_stats":null,"previous_names":["macie/shinit"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/macie/shinit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macie%2Fshinit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macie%2Fshinit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macie%2Fshinit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macie%2Fshinit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macie","download_url":"https://codeload.github.com/macie/shinit/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macie%2Fshinit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29105274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T00:52:08.035Z","status":"ssl_error","status_checked_at":"2026-02-05T00:52:07.703Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli","initializer","posix","shell"],"created_at":"2026-02-05T01:20:30.766Z","updated_at":"2026-02-05T01:20:31.545Z","avatar_url":"https://github.com/macie.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shinit\n\n[![Quality check status](https://github.com/macie/shinit/actions/workflows/check.yml/badge.svg)](https://github.com/macie/shinit/actions/workflows/check.yml)\n[![License](https://img.shields.io/github/license/macie/smallstache.sh)](https://tldrlegal.com/license/mit-license)\n\n**shinit** interactively initializes empty project for a Bourne shell script.\n\n`shinit` asks user for:\n- project name (by default: `sh-\u003chash\u003e`),\n- author name (by default: user from git config or current OS user),\n- license ID from corporate-safe selection:\n    - [MIT](https://choosealicense.com/licenses/mit/) (default) - to maximize\n        chance of mass adoption by preserving authorship information only,\n    - [GPL-3.0-only](https://choosealicense.com/licenses/gpl-3.0/) - to secure\n        access to the source code at the cost of adoption across for-profit\n        organizations,\n    - [MIT-0](https://choosealicense.com/licenses/mit-0/) - to release the\n        source code into the public domain, even in jurisdictions without\n        the public domain.\n\nBased on answers, `shinit` creates a new directory with:\n\n- initialized Git repository and `.gitignore` allow list\n- shell script with executable permissions\n- `Makefile` with configured development targets\n- `LICENSE` file\n- `README.md` with basic info.\n\n## Usage\n\nTo initialize new project inside `~/dev` directory type:\n \n```sh\nshinit ~/dev\n```\n\n## Installation\n\n\u003eThe instruction is for Linux. On different OSes, you may need to use different\n\u003ecommands\n\n1. Download [latest stable release from GitHub](https://github.com/macie/shinit/releases/latest):\n\n    ```bash\n    wget https://github.com/macie/shinit/releases/latest/download/shinit\n    ```\n\n2. (OPTIONAL) Verify downloading:\n\n    ```bash\n    wget https://github.com/macie/shinit/releases/latest/download/shinit.sha256sum\n    sha256sum -c shinit.sha256sum\n    ```\n\n3. Set execute permission:\n\n    ```bash\n    chmod +x shinit\n    ```\n\n4. Move to directory from `PATH` environment variable:\n\n    ```bash\n    mv shinit /usr/local/bin/\n    ```\n\n### Development version\n\n```bash\ngit clone git@github.com:macie/shinit.git\ncd shinit\nmake install\n```\n\n## Development\n\nUse `make` (GNU or BSD):\n\n- `make` - run checks\n- `make test` - run test\n- `make check` - perform static code analysis\n- `make install` - install in `/usr/local/bin`\n- `make dist` - prepare distribution\n- `make clean` - remove development artifacts\n- `make info` - print system info (useful for debugging).\n\n\n### Versioning\n\n`shinit` is versioned according to the scheme `YY.0M.MICRO` ([calendar versioning](https://calver.org/)). Releases are tagged in Git.\n\n## License\n\n[MIT](./LICENSE) ([explanation in simple words](https://tldrlegal.com/license/mit-license))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacie%2Fshinit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacie%2Fshinit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacie%2Fshinit/lists"}