{"id":21070079,"url":"https://github.com/parthasdey2304/expressapp-generator","last_synced_at":"2025-05-16T05:30:39.213Z","repository":{"id":199962688,"uuid":"704196199","full_name":"parthasdey2304/expressapp-generator","owner":"parthasdey2304","description":"This is a terminal script that allows you get an Express App template!","archived":false,"fork":false,"pushed_at":"2023-11-29T06:51:50.000Z","size":39,"stargazers_count":19,"open_issues_count":3,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-13T06:54:30.755Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/parthasdey2304.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","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":"2023-10-12T18:33:59.000Z","updated_at":"2024-09-09T20:49:39.000Z","dependencies_parsed_at":"2023-10-14T20:02:08.319Z","dependency_job_id":"68dc96ba-fa68-42a2-b0e8-d3af6597e490","html_url":"https://github.com/parthasdey2304/expressapp-generator","commit_stats":null,"previous_names":["parthasdey2304/expressapp-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parthasdey2304%2Fexpressapp-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parthasdey2304%2Fexpressapp-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parthasdey2304%2Fexpressapp-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parthasdey2304%2Fexpressapp-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parthasdey2304","download_url":"https://codeload.github.com/parthasdey2304/expressapp-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254473735,"owners_count":22077160,"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":[],"created_at":"2024-11-19T18:41:50.330Z","updated_at":"2025-05-16T05:30:38.879Z","avatar_url":"https://github.com/parthasdey2304.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://capsule-render.vercel.app/api?type=waving\u0026color=auto\u0026height=280\u0026width=100%\u0026section=header\u0026text=ExpressApp%20Generator\u0026fontColor=ffffff\u0026fontAlignY=38\u0026desc=Create%20Express%20Apps%20with%20Ease!\u0026descAlignY=58\u0026descAlign=77\"/\u003e\n\u003c!--\n\u003cdiv align=\"center\" style=\"display: flex; align-items: center;\"\u003e\n    \u003cimg src=\"https://media.zeemly.com/zeemly/product/expressjs.png\" height=\"70px\" width=\"70px\"\u003e\n    \u003cimg src=\"https://hunvikran.com/cf913722-c61b-409c-a33f-f0fddcd9304b.png\" height=\"70px\" width=\"70px\" style=\"background-color: #fff; border-radius: 50px\"\u003e\n\u003c/div\u003e\n\u003ch1 align=\"center\"\u003eExpressApp Generator\u003c/h1\u003e\nThis is a script to easily make express app on linux with one command!!\n--\u003e\n\n\n\n\n# Pre-requisites\n## Git\nYou need to install Github in Debian based: \n```\nsudo apt install git -y\n```\n\nYou need to install Github in Arch based:\n```\nsudo pacman -Sy --noconfirm git\n```\n\n\u003c!--\n+ ## Node and Npm\nYou need to install Github in Debian based: \n```\nsudo apt install nodejs -y\nsudo apt install npm -y\n```\n\nYou need to install Github in Arch based:\n```\nsudo pacman -Sy --noconfirm nodejs\nsudo Pacman -Sy --noconfirm npm\n```\n--\u003e\n\n\n# Installation\n+ First clone the Github Repo :\n```\ngit clone https://github.com/parthasdey2304/expressapp-generator.git\n```\n\n+ Open the repository :\n```\ncd expressapp-generator\n```\n\n+ Make the **setup.sh** file executable :\n```\nchmod +x setup.sh\n```\n\n+ Run the **setup.sh** file :\n```\n./setup.sh\n```\n\n# Usage\n+ Type **express** and see the script do all the magic for you...\n```\nexpress\n```\n\n+ For any information regarding the script after installation type..\n```\nexpress -h\n```\nOR\n```\nexpress --help\n```\n\n# Uninstalling\n+ Locate to the directory with the expressapp-generator\n+ Make the **remove.sh** file executable..\n```\nchmod +x remove.sh\n```\n+ Run the **remove.sh** file..\n```\n./remove.sh\n```\n\n# Directory Structure\n```\n.\n|-- index.js\n|-- node_modules/\n|-- package-lock.json\n|-- package.json\n|-- public\n`-- views\n    `-- index.ejs\n\n4 directories, 4 files\n```\n# Screenshots\n+ ## Installation\n![image](https://github.com/parthasdey2304/expressapp-generator/assets/131694386/3cdc3633-37f2-4471-8054-214714a66102)\n\n+ ## Uninstalling\n![image](https://github.com/parthasdey2304/expressapp-generator/assets/131694386/97c493df-b6cb-4cbe-96ad-cdf3c44457f5)\n\n+ ## Usage\n![image](https://github.com/parthasdey2304/expressapp-generator/assets/131694386/fdf6db08-ab1a-409f-9b90-a10ad1c8996f)\n\n\n\n# Contributing\nWe welcome contributions from the community! We welcome your contributions to improve the project. If you'd like to contribute to expressapp-generator, please read the following guidelines on how to contribute:\n+ Fork the repository and create a new branch for your changes.\n+ Make your changes to the code.\n+ Test your changes thoroughly.\n+ Commit your changes with a clear and descriptive message.\n+ Push your changes to your fork.\n+ Create a pull request and wait for me to verify and then merge it to the main branch.\n\n# THANK YOU COMMUNITY!!!!\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparthasdey2304%2Fexpressapp-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparthasdey2304%2Fexpressapp-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparthasdey2304%2Fexpressapp-generator/lists"}