{"id":23843531,"url":"https://github.com/dyslab/csshtmlgen","last_synced_at":"2025-09-25T12:35:41.453Z","repository":{"id":270514887,"uuid":"910211230","full_name":"dyslab/csshtmlgen","owner":"dyslab","description":"A simple html boilerplate generator written in Rust","archived":false,"fork":false,"pushed_at":"2024-12-31T20:07:33.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-31T21:17:40.768Z","etag":null,"topics":["demo-app","rust-lang"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/dyslab.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":"2024-12-30T17:51:03.000Z","updated_at":"2024-12-31T20:07:36.000Z","dependencies_parsed_at":"2024-12-31T21:17:46.335Z","dependency_job_id":"9f2d6f61-2efb-4ae9-94b6-0857e62dd660","html_url":"https://github.com/dyslab/csshtmlgen","commit_stats":null,"previous_names":["dyslab/csshtmlgen"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyslab%2Fcsshtmlgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyslab%2Fcsshtmlgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyslab%2Fcsshtmlgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyslab%2Fcsshtmlgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dyslab","download_url":"https://codeload.github.com/dyslab/csshtmlgen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240131747,"owners_count":19752727,"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":["demo-app","rust-lang"],"created_at":"2025-01-02T19:48:22.903Z","updated_at":"2025-09-25T12:35:41.333Z","avatar_url":"https://github.com/dyslab.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# csshtmlgen: Html Boilerplate Generator With CSS Framework\n\n[![Rust-1.83.0](./assets/rust-1.83.0-darkgrey-for-the-badge.svg)](https://www.rust-lang.org/)\n\n## Development\n\nDev. OS: Windows 10 / 11\n\nDev. Tools: [VS Code](https://code.visualstudio.com/)\n\nProgramming language \u0026 Build system: [Rust](https://www.rust-lang.org/) \u0026 [Cargo](https://doc.rust-lang.org/cargo/index.html)\n\nSupported CSS Frameworks: [Bulma](https://bulma.io/) / [Tailwind](https://tailwindcss.com/) / [Bootstrap](https://getbootstrap.com/) / [Simple.css](https://simplecss.org/)\n\n## Build from the source\n\nFork the repository or download the zip archive of source codes, then build locally\n\n```powershell\ncargo build --release\n# Expected: target/release/csshtmlgen.exe\n# The artifact bases on the local host CPU architecture and operating system\n\n# Below artifacts base on the specified CPU architecture and operating system\n\ncargo build --release --target \"x86_64-pc-windows-msvc\"\n# Expected: target/x86_64-pc-windows-msvc/release/csshtmlgen.exe\n\ncargo build --release --target \"x86_64-unknown-linux-gnu\"\n# Expected: target/x86_64-unknown-linux-gnu/release/csshtmlgen\n\ncargo build --release --target \"aarch64-apple-darwin\"\n# Expected: target/aarch64-apple-darwin/release/csshtmlgen\n\n# Or, use the following command to build all artifacts at once in case you have \n# multi-architecture libraries installed successfully by Rustup\n# cargo build --release --target \"x86_64-pc-windows-msvc\" --target \"x86_64-unknown-linux-gnu\" --target \"aarch64-apple-darwin\"\n```\n\n\u003e NOTE: the project was manually built and released by the Github actions for demonstration purpose.\n\n## Usage\n\n- On Windows (based on CPU architecture: x86_64-pc-windows-msvc):\n\n```powershell\n# Execute in the PowerShell / Cmd terminal, or double-click it in file explorer directly\n.\\target\\x86_64-pc-windows-msvc\\release\\csshtmlgen.exe\n```\n\n- On Linux (based on CPU architecture: x86_64-unknown-linux-gnu):\n\n```bash\n# Execute in the Bash terminal, `chmod 755 ./target/x86_64-unknown-linux-gnu/release/csshtmlgen` first if you have not done so\n./target/x86_64-unknown-linux-gnu/release/csshtmlgen\n```\n\n- On MacOS (based on CPU architecture: aarch64-apple-darwin):\n\n```zsh\n# Execute in the Zsh terminal, `chmod 755 ./target/aarch64-apple-darwin/release/csshtmlgen` first if you have not done so\n./target/aarch64-apple-darwin/release/csshtmlgen\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdyslab%2Fcsshtmlgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdyslab%2Fcsshtmlgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdyslab%2Fcsshtmlgen/lists"}