{"id":25169635,"url":"https://github.com/opauwlo/sipa","last_synced_at":"2026-04-20T04:01:21.180Z","repository":{"id":117425846,"uuid":"409798486","full_name":"opauwlo/sipa","owner":"opauwlo","description":"sipas is a cli \"store\" for templates ;)","archived":false,"fork":false,"pushed_at":"2021-09-27T14:16:08.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-27T10:34:24.975Z","etag":null,"topics":["cli","clone","github","nodejs","templates"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/opauwlo.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":"2021-09-24T01:49:44.000Z","updated_at":"2023-02-28T02:05:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"a2e255ec-440e-4f17-9d78-495106ad072b","html_url":"https://github.com/opauwlo/sipa","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/opauwlo/sipa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opauwlo%2Fsipa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opauwlo%2Fsipa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opauwlo%2Fsipa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opauwlo%2Fsipa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opauwlo","download_url":"https://codeload.github.com/opauwlo/sipa/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opauwlo%2Fsipa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32032302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["cli","clone","github","nodejs","templates"],"created_at":"2025-02-09T08:26:14.919Z","updated_at":"2026-04-20T04:01:21.141Z","avatar_url":"https://github.com/opauwlo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# s'ipas your CLI template \"store\" (framework in the future) for Node.js api's\n\n![GitHub repo size](https://img.shields.io/github/repo-size/opauwlo/sipa?style=for-the-badge)\n![GitHub language count](https://img.shields.io/github/languages/count/opauwlo/sipa?style=for-the-badge)\n![GitHub forks](https://img.shields.io/github/forks/opauwlo/sipa?style=for-the-badge)\n![Bitbucket open issues](https://img.shields.io/bitbucket/issues/opauwlo/sipa?style=for-the-badge)\n![Bitbucket open pull requests](https://img.shields.io/bitbucket/pr-raw/opauwlo/sipa?style=for-the-badge)\n\n\n![gif show how this work](https://i.ibb.co/Xxc01BP/Peek-2021-09-27-10-55.gif)\n\n\u003e s'ipas is a CLI for for creating easy api's in nodejs with templates, in the future with your help we hope it will be a framework. Just below you will see the folder structure off sipa.\n\n```\nsipa\n ┣ bin\n ┃ ┣ cli.js\n ┃ ┗ log.js\n ┣ template\n ┃ ┗ express.js\n ┣ .gitignore\n ┣ .npmignore\n ┣ LICENSE\n ┣ README.md\n ┣ package-lock.json\n ┗ package.json\n```\n### Adjustments and improvements\n\nThe project is still under development and future updates will focus on the following tasks:\n\n- [x] Add a cli for creating \n- [ ] Add yarn or npm option\n- [ ] Add More Templates\n\n\n## 💻 Prerequisites\n\nBefore starting, make sure you have met the following requirements:\n\n* You have installed the latest version of `Node.JS`.\n\n  ``` for install node.js go to ``` [Node.js Site](https://nodejs.org/en/) ``` and follow the instructions for your SO.```\n  \n  \n* You have installed `GIT`.\n\n  ``` for install GIT go to ``` [GIT Site](https://git-scm.com/) ``` and follow the instructions for your SO.```\n  \n * You have read `this readme.md`.\n\n## 🚀 Installing s'ipas\n\nTo clone s'ipas, follow these steps:\n\nLinux, macOS and windows:\n```\nnpm i -g sipas\n```\n\n## ☕ Using s'ipas\n\nCLI sipa:\n\n```\n$ sipas\n```\n## 📫 Contributing to s'ipas\n\nTo contribute to s'ipas, follow these steps:\n\n1. Fork this repository.\n2. Create a branch: `git checkout -b \u003cname_branch\u003e`.\n3. Make your changes and confirm then: `git commit -m '\u003cmessage_commit\u003e'`\n4. send to original branch: `git push origin sipas / \u003clocal\u003e`\n5. Create the pull request.\n\nAlternatively, consult the GitHub documentation [how to create a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).\n\n\n## 😄 Be one of the contributors, add your template\u003cbr\u003e\n\n```js\n{\n    url: '\u003crepo_url\u003e',\n    title: '\u003crepo_title\u003e',\n    folder_structure: `\n    ex\n    ┣ index.js\n    ┗ index.spec.js`,\n    author: '\u003cyour_name\u003e'\n}\n```\n## How create a folder strucure?\nFor add create a folder structure is ust instal that [file-tree-generator](https://marketplace.visualstudio.com/items?itemName=Shinotatwu-DS.file-tree-generator) extension for vs code;\n\n\n## 📝 License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopauwlo%2Fsipa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopauwlo%2Fsipa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopauwlo%2Fsipa/lists"}