{"id":20770306,"url":"https://github.com/peterbenoit/devboilerplate","last_synced_at":"2026-04-01T23:01:55.308Z","repository":{"id":263047871,"uuid":"863232983","full_name":"peterbenoit/DevBoilerplate","owner":"peterbenoit","description":"This repo is designed to streamline your project setup by automating everything from creating a new GitHub repository to initializing a project with your preferred JavaScript and CSS frameworks. Whether you're a fan of Angular, React, Vue, or Svelte, and prefer Tailwind, Bootstrap, or Bulma for styling, this script has you covered.","archived":false,"fork":false,"pushed_at":"2024-11-17T13:45:18.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-28T00:42:44.787Z","etag":null,"topics":["angular","bootstrap","bulma","deno","install","installer-automation","nodejs","npm","react","svelte","tailwind","vue"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/peterbenoit.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,"zenodo":null}},"created_at":"2024-09-26T00:21:35.000Z","updated_at":"2024-11-17T13:45:21.000Z","dependencies_parsed_at":"2024-11-15T20:27:24.820Z","dependency_job_id":"51f610ab-0e00-4e88-a3b7-77b9081dc87d","html_url":"https://github.com/peterbenoit/DevBoilerplate","commit_stats":null,"previous_names":["peterbenoit/devboilerplate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/peterbenoit/DevBoilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterbenoit%2FDevBoilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterbenoit%2FDevBoilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterbenoit%2FDevBoilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterbenoit%2FDevBoilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterbenoit","download_url":"https://codeload.github.com/peterbenoit/DevBoilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterbenoit%2FDevBoilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31292784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["angular","bootstrap","bulma","deno","install","installer-automation","nodejs","npm","react","svelte","tailwind","vue"],"created_at":"2024-11-17T12:08:35.177Z","updated_at":"2026-04-01T23:01:55.280Z","avatar_url":"https://github.com/peterbenoit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Automation Script\n\nWelcome! 🎉 This repo is designed to streamline your project setup by automating everything from creating a new GitHub repository to initializing a project with your preferred JavaScript and CSS frameworks. Whether you're a fan of Angular, React, Vue, or Svelte, and prefer Tailwind, Bootstrap, or Bulma for styling, this script has you covered! With just a few commands, you'll have your new project up and running with all dependencies installed and the development server ready to go.\n\n## Features\n\n- Automatically creates a GitHub repository and clones it locally\n- Supports multiple JavaScript frameworks:\n  - Angular\n  - React\n  - Vue\n  - Svelte\n- Supports CSS frameworks:\n  - Tailwind CSS\n  - Bootstrap\n  - Bulma\n- Installs project dependencies\n- Starts the development server based on the selected framework\n\n## Prerequisites\n\n- **Deno** installed\n- **GitHub Personal Access Token** with repository permissions:\n  - To create a GitHub Personal Access Token (PAT), go to your GitHub settings and select \"Tokens (classic)\"\n  - Choose \"Generate new token\" and ensure it has repo permissions for creating and managing repositories\n- **npm** installed for handling package installations\n\n## Setup Instructions\n\n### 1. Clone the Repository\n\nTo get started, clone this repository locally:\n\n```bash\ngit clone https://github.com/peterbenoit/DevBoilerplate.git\ncd DevBoilerplate\n```\n\n### 2. Set Up the GitHub Token\n\nEnsure you have your GitHub token set as an environment variable:\n\n```bash\nexport DENO_GITHUB_TOKEN=your_personal_access_token\n```\n\n### 3. Run the Script\n\nRun the Deno script to automate the project setup:\n\n```bash\ndeno run --allow-net --allow-env --allow-run=git,npx,npm --allow-read setup-project.ts\n```\n\nAlternatively, if you want a simpler command, you can run the rundeno.sh script provided:\n\n```bash\n./rundeno.sh\n```\n\nThe rundeno.sh script will:\n1. Check if Deno is installed\n2. Install Deno if it is not installed\n3. Upgrade Deno to the latest version if it is already installed\n4. Run the setup-project.ts script with the necessary permissions\n\n### 4. Framework and CSS Selection\n\nDuring execution, you'll be prompted to select:\n- A JavaScript framework (Angular, React, Vue, Svelte)\n- A CSS framework (Tailwind, Bootstrap, Bulma, or None)\n\n### 5. Development Server\n\nAfter installation, the development server will automatically start based on your selected framework. Access your application at the appropriate localhost port:\n\n- **Angular:** http://localhost:4200 (started with ng serve)\n- **React:** http://localhost:3000 (started with npm start)\n- **Vue:** http://localhost:5173 (started with npm run dev)\n- **Svelte:** http://localhost:5173 (started with npm run dev)\n\n## Why Deno instead of Node?\n\n- **Security:** Deno is secure by default. It requires explicit permission for file, network, and environment access, reducing the risk of security vulnerabilities\n- **Built-in TypeScript Support:** Deno has first-class TypeScript support out of the box, eliminating the need for additional configuration and tooling\n- **Simplified Module System:** Deno uses ES modules and URLs for importing dependencies, avoiding the complexities of node_modules and package.json\n- **Standard Library:** Deno provides a standard library with a wide range of utilities, reducing the need for third-party dependencies\n- **Single Executable:** Deno is distributed as a single executable, making installation and updates straightforward\n\n## Contributing\n\nFeel free to submit issues or contribute via pull requests.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterbenoit%2Fdevboilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterbenoit%2Fdevboilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterbenoit%2Fdevboilerplate/lists"}