{"id":21012579,"url":"https://github.com/igeligel/plop-scripts","last_synced_at":"2026-05-15T22:31:20.048Z","repository":{"id":87626286,"uuid":"71387433","full_name":"igeligel/plop-scripts","owner":"igeligel","description":":tada: Scripts, written in JavaScript, which will create several files for different type of frameworks or applications.","archived":false,"fork":false,"pushed_at":"2017-03-21T21:46:58.000Z","size":56,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-29T15:11:26.327Z","etag":null,"topics":["generator","java","npm","plop","readme"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/igeligel.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":"2016-10-19T18:31:47.000Z","updated_at":"2023-10-22T14:15:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"9670a69a-b5a2-4436-a2ec-84366a752ead","html_url":"https://github.com/igeligel/plop-scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/igeligel/plop-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igeligel%2Fplop-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igeligel%2Fplop-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igeligel%2Fplop-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igeligel%2Fplop-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igeligel","download_url":"https://codeload.github.com/igeligel/plop-scripts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igeligel%2Fplop-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278510931,"owners_count":25999005,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"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":["generator","java","npm","plop","readme"],"created_at":"2024-11-19T09:37:42.792Z","updated_at":"2025-10-05T20:11:57.714Z","avatar_url":"https://github.com/igeligel.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# plop-scripts by igeligel\n\nScripts, written in JavaScript, which will create several files for:\n- [Java EE applications](/templates/javaee)\n\n## Dependencies\n\nnpm:\n- [plop](https://www.npmjs.com/package/plop)\n\nI have not included plop as npm package here because you should install it globally to access other files also. For more instructions check out the [Installation](##Installation).\n\n## Installation\n\nYou need to have plop installed. You can easily install this by npm. The easiest way to get npm is to install [node.js](https://nodejs.org/en/download/) on your machine. Otherwise you can also install a [standalone version of npm](https://github.com/npm/npm/releases).\n\nAfter you have npm ready on your machine, make sure you have access to git and clone this repository. You can also download it via GitHub.\n\nAfter downloading/cloning, open a new console and change the directory to the folder of the repository. It should look like this:\n\n![Console Output](http://i.imgur.com/md9fEbY.png \"Console Output\")\n\nIf you can see the *package.json* file you have installed all requirements for this project.\n\nAfter this you need to install [plop](https://www.npmjs.com/package/plop). To install it globally open your command line/console and type:\n```\n$ npm install -g plop\n```\n\n## How to use\n\nChange the directory to the project where you can see the *package.json* file.\n\nAfter you have done all steps of the [Installation](##Installation) you can type: \n```\n$ npm run plop\n```\n\nAfter this you come up with this menu:\n![Console menu](http://i.imgur.com/cmSDSYq.png \"Console menu\")\n\nNow you can navigate with your arrow keys and decide the different options for creating templates.\n\n## License\n\n[MIT License](LICENSE)\n\n## How to grab documentation\n\nThere is no real documentation right now because this is a simple side project. Lookup the [documentation folder](/documentation) for more resources.\n\n## Contributing\n\n1. Clone the repository\n2. Make a new branch for your feature\n3. Make the changes you want and commit\n4. Make pull request to origin master\n\n### Commits\nFor commits i am using [this style](https://github.com/igeligel/contributing-template/blob/master/commits.md). You should also use this style when you are creating pull requests.\n\n## Authors\n\n- [igeligel](https://github.com/igeligel)\n\n## Contact information\n\n[![Steam](https://raw.githubusercontent.com/encharm/Font-Awesome-SVG-PNG/master/black/png/16/steam-square.png \"Steam Account\") Steam](http://steamcommunity.com/profiles/76561198028630048/)\n\n[![Twitter](https://raw.githubusercontent.com/encharm/Font-Awesome-SVG-PNG/master/black/png/16/twitter.png \"Twitter\") Twitter](https://twitter.com/kevinpeters_)\n\n## History\n\n| Date          | Version       | Description          |\n| ------------- | ------------- | -------------------- |\n| 10/20/16      | -/-           | Start of the project |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figeligel%2Fplop-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figeligel%2Fplop-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figeligel%2Fplop-scripts/lists"}