{"id":19410074,"url":"https://github.com/nicolasdao/gimpy","last_synced_at":"2025-06-17T08:32:41.980Z","repository":{"id":81202194,"uuid":"97778980","full_name":"nicolasdao/gimpy","owner":"nicolasdao","description":"Automate Your Chores. New Tortures Coming Regularly...","archived":false,"fork":false,"pushed_at":"2017-08-12T17:15:46.000Z","size":49,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-04T19:29:58.161Z","etag":null,"topics":["automation","deployment","nodejs","templates","torture"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicolasdao.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-07-20T01:57:27.000Z","updated_at":"2021-01-14T11:54:51.000Z","dependencies_parsed_at":"2023-07-23T20:45:58.524Z","dependency_job_id":null,"html_url":"https://github.com/nicolasdao/gimpy","commit_stats":{"total_commits":35,"total_committers":1,"mean_commits":35.0,"dds":0.0,"last_synced_commit":"95c497cbee329cf370049914112d5f44e3b8fc68"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/nicolasdao/gimpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasdao%2Fgimpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasdao%2Fgimpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasdao%2Fgimpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasdao%2Fgimpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicolasdao","download_url":"https://codeload.github.com/nicolasdao/gimpy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasdao%2Fgimpy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259971331,"owners_count":22940009,"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","deployment","nodejs","templates","torture"],"created_at":"2024-11-10T12:14:43.561Z","updated_at":"2025-06-17T08:32:41.936Z","avatar_url":"https://github.com/nicolasdao.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://neap.co\" target=\"_blank\"\u003e\u003cimg src=\"https://neap.co/img/neap_black_small_logo.png\" alt=\"Neap Pty Ltd logo\" title=\"Neap\" align=\"right\" height=\"50\" width=\"120\"/\u003e\u003c/a\u003e\n\n# Gimpy - Automate Your Chores. New Tortures Coming Regularly...\n[![NPM][1]][2]\n\n[1]: https://img.shields.io/npm/v/gimpy.svg?style=flat\n[2]: https://www.npmjs.com/package/gimpy\n\n## Intro\nI'm your gimp! I loves doing your painful chores like your project initilization, your deployments, etc. The more painful it is, the more likely I'll be \"satisfied\" :collision: :japanese_ogre: :japanese_ogre: :collision: :smiling_imp: :smiling_imp:.\n\n\u003e Whether you're a Dom or a Sub, I've got you covered you little Devil :smiling_imp:\n\n_**If you're a Dom**_, I'm easy to use and you'll dominate me in no time :smoking:. I'll let you mistreat me with all the chores you throw at me. I could for example set up a new fully functional GraphQL project that is ready to be deployed to Google Cloud Functions (i.e. the Google serverless solution):\n\n```\ngimp new graphql-serverless slapMeGraphQL\ncd slapMeGraphQL\nnpm install\ngimp deploy\n```\n\n_**If you're a Sub**_, well it's time to make that botty dance and beg for work :collision:. Stop being a wuss and start creating templates to satisfied your Masters. I don't discriminate, so go on and create any type of nasty templates. From the a nasty Angular template to a dirty JQuery library. Do whatever you want you worm, as long as you publicly host them on GitHub using the naming convention: ```gimpy-template-[your-template-name]```\n\nTo get started you little worm, run the following:\n```\ngimp init chore4Pleasure\ncd chore4Pleasure\nnpm install\nnpm test\n```\n\n## Install\n```\nnpm install gimpy -g\n```\n## How To Use It\n#### Creating New Projects Using Templates Created By The Gimps\n\nIf you already know which template you want to use, simply run:\n```\ngimp new your-template your-project-name\n```\nAnswer some questions and your done!!!\n\nIf you're looking for templates, you can list all the templates hosted on GitHub as follow:\n```\ngimp ls\n```\n\nEach template is cached as soon as you use it so next time will be faster. If you want to list all cached templates:\n```\ngimp cache\n```\n\nIf you want to clear the cache:\n```\ngimp cache --clear\n```\n#### Creating \u0026 Publishing Your Own Gimpy Template\nTo be a good Gimp, you want to start publishing new templates for your Masters. Nothing more simplt Gimp! Simply run the following:\n```\ngimp init chore4Pleasure\ncd chore4Pleasure\nnpm install\nnpm test\n```\n\nYou'll find a README.md file at the root of the _chore4Pleasure_ project. It explains how to create your own template, and then publish it.\n\n#### Deployments\nAs you've noticed in the intro, the _graphql-gcf_ template can be automatically deployed both locally or to any Google Cloud Account. Gimp currently only supports deployment to Google Cloud Functions. More is coming, as well as the ability to let you create your own custom deployment. For those interested, there are currently only 2 templates that are fully configured to be deployed to GCF using gimpy:\n\n1. _**graphql-serverless**_ - GraphQL project (incl. GraphiQL) that can be deployed on both Google Cloud Functions \u0026 Firebase Functions (AWS Lambda coming soon...).\n2. _**webapp-serverless**_ - Basic HTTP server that supports CORS and routing. It can be deployed on both Google Cloud Functions \u0026 Firebase Functions (AWS Lambda coming soon...).\n\nExample:\n\n```\ngimp new graphql-serverless slapMeGraphQL\ncd slapMeGraphQL\nnpm install\ngimp deploy\n```\n\nThe last command will deploy your GraphQL project locally (providing both [gcloud](https://cloud.google.com/sdk/gcloud/), _gcloud beta component_, and [Google Functions Emulator](https://www.npmjs.com/package/@google-cloud/functions-emulator) are installed).\n\nTo deploy it to your Google Could Account (the details of your account will be asked during the template installation):\n```\ngimp deploy build\n```\n\nAll the environment configurations are stored in a _**appconfig.json**_ file. Update it to add or update environments. \n\n## This Is What We re Up To\nWe are Neap, an Australian Technology consultancy powering the startup ecosystem in Sydney. We simply love building Tech and also meeting new people, so don't hesitate to connect with us at [https://neap.co](https://neap.co).\n\n## License\nCopyright (c) 2017, Neap Pty Ltd.\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n* Neither the name of Neap Pty Ltd nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL NEAP PTY LTD BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolasdao%2Fgimpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicolasdao%2Fgimpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolasdao%2Fgimpy/lists"}