{"id":21262367,"url":"https://github.com/johanbrook/screener","last_synced_at":"2025-03-15T07:42:27.720Z","repository":{"id":22277271,"uuid":"25611679","full_name":"johanbrook/screener","owner":"johanbrook","description":"Parse CSV data to JSON and output to HTML template.","archived":false,"fork":false,"pushed_at":"2014-11-01T00:45:52.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-21T22:42:49.209Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/johanbrook.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}},"created_at":"2014-10-23T00:47:06.000Z","updated_at":"2016-08-05T19:36:22.000Z","dependencies_parsed_at":"2022-08-21T02:00:20.354Z","dependency_job_id":null,"html_url":"https://github.com/johanbrook/screener","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johanbrook%2Fscreener","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johanbrook%2Fscreener/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johanbrook%2Fscreener/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johanbrook%2Fscreener/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johanbrook","download_url":"https://codeload.github.com/johanbrook/screener/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243701314,"owners_count":20333616,"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-21T04:58:15.960Z","updated_at":"2025-03-15T07:42:27.696Z","avatar_url":"https://github.com/johanbrook.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Screener\n\nA tool for reading in CSV data and applying it as JSON to a Handlebars template. Makes it easier to screen.\n\n# Usage\n\nFrom the command line:\n\n```bash\ncd screener\n./bin/screen input [template]\n```\n\n`input` is a path to a CSV file. `template` defaults to `template.html`. Outputs a HTML file in the same directory.\n\nFrom a script:\n\n```javascript\nvar screener = require('../index')\n\nscreener('somefile.csv', './template.html')\n```\n\nFrom the `gulpfile.js`:\n\n```bash\ngulp template\n```\n\n# License\n\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohanbrook%2Fscreener","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohanbrook%2Fscreener","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohanbrook%2Fscreener/lists"}