{"id":22745790,"url":"https://github.com/hadenlabs/plop-utils","last_synced_at":"2025-03-30T05:14:14.804Z","repository":{"id":52331973,"uuid":"359654929","full_name":"hadenlabs/plop-utils","owner":"hadenlabs","description":"Utilities for plop generator.","archived":false,"fork":false,"pushed_at":"2022-02-28T03:48:52.000Z","size":208,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-02-05T07:24:31.637Z","etag":null,"topics":["codegenerator","hadenlabs","peru","plop","tools","typescript","utils"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hadenlabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"docs/code_of_conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["hadenlabs"],"patreon":null,"open_collective":null,"ko_fi":"luismayta","tidelift":null,"community_bridge":null,"liberapay":"luismayta","issuehunt":null,"otechie":null,"custom":["https://www.paypal.me/luismayta","https://www.buymeacoffee.com/luismayta"]}},"created_at":"2021-04-20T02:07:54.000Z","updated_at":"2022-02-23T22:49:19.000Z","dependencies_parsed_at":"2022-09-03T08:40:30.289Z","dependency_job_id":null,"html_url":"https://github.com/hadenlabs/plop-utils","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadenlabs%2Fplop-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadenlabs%2Fplop-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadenlabs%2Fplop-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadenlabs%2Fplop-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hadenlabs","download_url":"https://codeload.github.com/hadenlabs/plop-utils/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246277360,"owners_count":20751549,"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":["codegenerator","hadenlabs","peru","plop","tools","typescript","utils"],"created_at":"2024-12-11T02:08:10.511Z","updated_at":"2025-03-30T05:14:14.783Z","avatar_url":"https://github.com/hadenlabs.png","language":"Makefile","funding_links":["https://github.com/sponsors/hadenlabs","https://ko-fi.com/luismayta","https://liberapay.com/luismayta","https://www.paypal.me/luismayta","https://www.buymeacoffee.com/luismayta"],"categories":[],"sub_categories":[],"readme":"\u003c!--\n\n\n  ** DO NOT EDIT THIS FILE\n  **\n  ** 1) Make all changes to `README.yaml`\n  ** 2) Run`make readme` to rebuild this file.\n  **\n  ** (We maintain HUNDREDS of open source projects. This is how we maintain our sanity.)\n  **\n\n\n  --\u003e\n\n# plop-utils\n\n[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/hadenlabs/plop-utils?label=latest\u0026sort=semver)](https://github.com/hadenlabs/plop-utils/releases) [![Lint](https://img.shields.io/github/workflow/status/hadenlabs/plop-utils/lint-code)](https://github.com/hadenlabs/plop-utils/actions) [![Issues](https://img.shields.io/github/issues/hadenlabs/plop-utils)](https://github.com/hadenlabs/plop-utils/issues) [![Latest Release](https://img.shields.io/github/release/hadenlabs/plop-utils)](https://github.com/hadenlabs/plop-utils/releases)\n\nplop-utils configuration\n\n## Installation\n\n### [yarn](https://yarnpkg.com)\n\nIf you're using [yarn](https://yarnpkg.com)\n\n```shell\n  yarn add --dev @hadenlabs/plop-utils\n```\n\n### [npm](https://www.npmjs.com)\n\nIf you're using [npm](https://www.npmjs.com)\n\n```shell\n  npm i --save-dev @hadenlabs/plop-utils\n```\n\n## Usage\n\n1. Install the [@hadenlabs/plop-utils](https://www.npmjs.com/package/@hadenlabs/plop-utils) package as a dev dependency.\n\n```shell\n  yarn add --dev @hadenlabs/plop-utils\n```\n\n2. Create a `plopfile.ts` in the root of your project and setup initial generators.\n\n```ts\nimport { setupPlop } from '@hadenlabs/plop-utils'\nimport { NodePlopAPI } from 'plop'\n\nexport default function plopGenerator(plop: NodePlopAPI): void {\n  setupPlop(plop)\n}\n```\n\n3. Run the generator and follow the instructions that appear in the terminal.\n\n```shell\nyarn plop\n```\n\n## Examples\n\n### basic\n\n```ts\nimport { setupPlop } from '@hadenlabs/plop-utils\nimport { NodePlopAPI } from 'plop'\n\nexport default function plopGenerator(plop: NodePlopAPI): void {\n  setupPlop(plop)\n}\n```\n\n## Help\n\n**Got a question?**\n\nFile a GitHub [issue](https://github.com/hadenlabs/plop-utils/issues).\n\n## Contributing\n\n### Bug Reports \u0026 Feature Requests\n\nPlease use the [issue tracker](https://github.com/hadenlabs/plop-utils/issues) to report any bugs or file feature requests.\n\n### Development\n\nIn general, PRs are welcome. We follow the typical \"fork-and-pull\" Git workflow.\n\n1.  **Fork** the repo on GitHub\n2.  **Clone** the project to your own machine\n3.  **Commit** changes to your own branch\n4.  **Push** your work back up to your fork\n5.  Submit a **Pull Request** so that we can review your changes\n\n**NOTE:** Be sure to rebase the latest changes from \"upstream\" before making a pull request!\n\n## Module Versioning\n\nThis Module follows the principles of [Semantic Versioning (SemVer)](https://semver.org/).\n\nUsing the given version number of `MAJOR.MINOR.PATCH`, we apply the following constructs:\n\n1. Use the `MAJOR` version for incompatible changes.\n1. Use the `MINOR` version when adding functionality in a backwards compatible manner.\n1. Use the `PATCH` version when introducing backwards compatible bug fixes.\n\n### Backwards compatibility in `0.0.z` and `0.y.z` version\n\n- In the context of initial development, backwards compatibility in versions `0.0.z` is **not guaranteed** when `z` is increased. (Initial development)\n- In the context of pre-release, backwards compatibility in versions `0.y.z` is **not guaranteed** when `y` is increased. (Pre-release)\n\n## Copyright\n\nCopyright © 2018-2021 [Hadenlabs](https://hadenlabs.com)\n\n## Trademarks\n\nAll other trademarks referenced herein are the property of their respective owners.\n\n## License\n\nThe code and styles are licensed under the LGPL-3.0 license [See project license.](LICENSE).\n\n## Don't forget to 🌟 Star 🌟 the repo if you like plop-utils\n\n[Your feedback is appreciated](https://github.com/hadenlabs/plop-utils/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadenlabs%2Fplop-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhadenlabs%2Fplop-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadenlabs%2Fplop-utils/lists"}