{"id":17680809,"url":"https://github.com/bararchy/lucky_sec_test","last_synced_at":"2026-01-20T19:32:04.702Z","repository":{"id":37820208,"uuid":"405956231","full_name":"bararchy/lucky_sec_test","owner":"bararchy","description":"Testing the Lucky framework for security testing","archived":false,"fork":false,"pushed_at":"2023-03-06T11:07:49.000Z","size":397,"stargazers_count":0,"open_issues_count":17,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-07T07:33:27.901Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Crystal","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/bararchy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"stephendolan"}},"created_at":"2021-09-13T12:04:45.000Z","updated_at":"2022-01-31T19:45:45.000Z","dependencies_parsed_at":"2024-10-24T10:54:46.618Z","dependency_job_id":"c18e2dd3-5918-42fd-90ad-1c17487fe406","html_url":"https://github.com/bararchy/lucky_sec_test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"stephendolan/lucky_jumpstart","purl":"pkg:github/bararchy/lucky_sec_test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bararchy%2Flucky_sec_test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bararchy%2Flucky_sec_test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bararchy%2Flucky_sec_test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bararchy%2Flucky_sec_test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bararchy","download_url":"https://codeload.github.com/bararchy/lucky_sec_test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bararchy%2Flucky_sec_test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28610607,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-10-24T09:08:53.263Z","updated_at":"2026-01-20T19:32:04.684Z","avatar_url":"https://github.com/bararchy.png","language":"Crystal","funding_links":["https://github.com/sponsors/stephendolan"],"categories":[],"sub_categories":[],"readme":"# ☘️ Lucky Jumpstart\n\n[![Lucky App CI](https://github.com/bararchy/lucky_sec_test/actions/workflows/lucky.yml/badge.svg)](https://github.com/bararchy/lucky_sec_test/actions/workflows/lucky.yml)\n\nThis is a template project for web applications using [Lucky](https://luckyframework.org).\n\n![Lucky Jumpstart CI](https://github.com/stephendolan/lucky_jumpstart/workflows/Lucky%20Jumpstart%20CI/badge.svg)\n\n### How to use it?\n\n1. Click [this link](https://github.com/stephendolan/lucky_jumpstart/generate)\n1. Run `./script/setup`\n1. Run `crystal run .jumpstart/init.cr`\n1. Run `lucky dev`\n\n### Why use a template?\n\nThere are quite a few things I find myself adding to every Lucky application out of the box, and this serves as a bit of a better starting point than the default generated application.\n\n### What's in the box?\n\n#### Development\n\n- 🐳 \u0026nbsp; A [DockerCompose](https://docs.docker.com/compose/) file for running your application database, included in `Procfile.dev`\n\n#### Dependencies\n\n- 💎 \u0026nbsp; Up-to-date Crystal dependencies\n- 🧶 \u0026nbsp; Up-to-date Yarn dependencies\n\n#### Tooling\n\n- 💨 \u0026nbsp; [TailwindCSS 2.0](https://tailwindcss.com) for better styling\n- 🖋 \u0026nbsp; [Tailwind Typography](https://tailwindcss.com/docs/typography-plugin) for prose\n- 📝 \u0026nbsp; [Tailwind Forms](https://github.com/tailwindlabs/tailwindcss-forms) to make styling forms easier\n- 🖥 \u0026nbsp; [Tailwind Aspect Ratio](https://github.com/tailwindlabs/tailwindcss-aspect-ratio) for setting fixed aspect ratios\n- 🎉 \u0026nbsp; [StimulusJS](https://stimulusjs.org) for JavaScript sprinkles\n- 🚀 \u0026nbsp; [TypeScript](https://typescript.org) for keeping JavaScript cleaner\n\n#### Functionality\n\n- 📧 \u0026nbsp; Email confirmation of users\n\n#### CI/CD\n\n- 🤖 \u0026nbsp; A handy dandy [Dependabot](https://dependabot.com/) configuration file, and a workflow to handle auto-merging\n\n- A working GitHub Actions workflow with:\n  - 💃 \u0026nbsp; [Prettier](https://prettier.io/)\n  - 💎 \u0026nbsp; [Crystal Format](https://crystal-lang.org/reference/using_the_compiler/#crystal-tool-format)\n  - 🦠 \u0026nbsp; [Ameba](https://github.com/crystal-ameba/ameba)\n  - 👓 \u0026nbsp; [Crystal Spec](https://crystal-lang.org/api/latest/Spec.html)\n\n#### Deployment options\n\n- 🐳 \u0026nbsp; [Docker](https://www.docker.com), which enables any Dockerfile-based deployment like:\n  - [Render](https://render.com)\n  - [Digital Ocean Apps Platform](https://www.digitalocean.com/products/app-platform)\n- 🟩 \u0026nbsp; [Render](https://render.com) with a built-in `render.yaml` file\n- 👾 \u0026nbsp; [Heroku](https://luckyframework.org/guides/deploying/heroku) with a built-in `Procfile` file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbararchy%2Flucky_sec_test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbararchy%2Flucky_sec_test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbararchy%2Flucky_sec_test/lists"}