{"id":19973325,"url":"https://github.com/jsmith/invoicer","last_synced_at":"2025-07-02T23:32:11.502Z","repository":{"id":131851155,"uuid":"258625996","full_name":"jsmith/invoicer","owner":"jsmith","description":"Just a toy snowpack application :)","archived":false,"fork":false,"pushed_at":"2020-04-25T03:09:19.000Z","size":718,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T18:30:58.349Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jsmith.github.io/invoicer","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsmith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-04-24T21:14:55.000Z","updated_at":"2020-04-25T03:10:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"31ed4840-3ecb-410d-93da-6ccad27444c7","html_url":"https://github.com/jsmith/invoicer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jsmith/invoicer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmith%2Finvoicer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmith%2Finvoicer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmith%2Finvoicer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmith%2Finvoicer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsmith","download_url":"https://codeload.github.com/jsmith/invoicer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmith%2Finvoicer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263232509,"owners_count":23434678,"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-13T03:11:12.768Z","updated_at":"2025-07-02T23:32:11.421Z","avatar_url":"https://github.com/jsmith.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Invoicer\nA toy invoice creator using [`Snowpack`](https://www.snowpack.dev/#snowpack) 🧾\n\n## What does it do?\nIt builds an invoice using HTML, [`Tailwind`](https://tailwindcss.com/) and a config object (currently hardcoded). Use `Ctrl/Cmd+P` to print it :)\n\n## Why did I build it?\nI needed to create an invoice and I thought this would be a good opportunity to use Snowpack (linked above) which is a no bundler solution for modern application development. This project uses React, Tailwind, PurgeCSS and TypeScript and deploys to GitHub pages!\n\n## Screenshot\n![Screen Shot 2020-04-24 at 6 23 55 PM](https://user-images.githubusercontent.com/18077531/80258098-cc3cc480-8658-11ea-8291-16b747ea565b.png)\n\n## Development\n### Setup\n#### Install the Dependencies\nYou first need to install the dependencies and run snowpack (look in the snowpack docs for more info about the `snowpack` command).\n```\nnpm i \u0026\u0026 npx snowpack --source pika\n```\n\n#### Build Tailwind\nNext, you'll need to build the `tailwind.`css file!\n```\n# you need to run this command every time you change index.css (which shouldn't be often) :)\nnpx tailwind build src/index.css -o lib/tailwind.css\n```\n\n### Running the Dev Server\nJust run the `babel` in one tab and `servor` in another!!\n\n```\n# Run this in one tab\nnpx babel src/ --out-dir lib --watch --extensions \".ts,.tsx\"\n\n# And also run this in parallel in another tab\nnpx servor --reload\n```\n\nNow, once you change a `.ts` or `.tsx` files, `babel` will immeditely recompile your modified file and `servor` will refresh your browser 🎉\n\n## Deployment\nRun the following script, commit your changes and then push to GitHub :)\n```\n./build.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsmith%2Finvoicer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsmith%2Finvoicer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsmith%2Finvoicer/lists"}