{"id":19353557,"url":"https://github.com/elldritch/formatless","last_synced_at":"2025-09-15T18:51:02.307Z","repository":{"id":20137326,"uuid":"23407532","full_name":"elldritch/formatless","owner":"elldritch","description":"An adapter for command line utilities to use different data formats.","archived":false,"fork":false,"pushed_at":"2014-08-28T00:31:07.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T10:49:31.237Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","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/elldritch.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-08-27T22:24:29.000Z","updated_at":"2014-08-28T00:31:07.000Z","dependencies_parsed_at":"2022-07-13T23:10:39.422Z","dependency_job_id":null,"html_url":"https://github.com/elldritch/formatless","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elldritch/formatless","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elldritch%2Fformatless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elldritch%2Fformatless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elldritch%2Fformatless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elldritch%2Fformatless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elldritch","download_url":"https://codeload.github.com/elldritch/formatless/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elldritch%2Fformatless/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263707019,"owners_count":23499074,"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-10T04:43:16.011Z","updated_at":"2025-09-15T18:50:57.281Z","avatar_url":"https://github.com/elldritch.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Formatless\n\nFormatless provides a data format agnostic adapter for command-line tools like `npm` or `bower`.\n\n# Installation\n\u003c!-- `npm install -g formatless` to install the adapter tool. --\u003e\nFormatless is still under development.\n\n# Usage\n`formatless run [command] \u003cfile1\u003e \u003cfile2\u003e \u003cfile3...\u003e`\n`formatless run [command] \u003coptions\u003e`\n`formatless watch \u003cfile1\u003e \u003cfile2\u003e \u003cfile3...\u003e`\n`formatless curry [command] \u003calias\u003e`\n\n`.formatlessrc`\n`~/.formatlessrc_global`\n\n# Examples\n`formatless run npm install`\n`formatless run \"npm install -g formatless\"`\n\n`formatless run npm install --using=\"package.json\" --source=\"package.cson\"`\n`formatless run npm -c install package.json`\n`formatless run npm --command=\"install -g formatless\" package.json`\n\n`formatless run bower install -w bower.json:bower.cson -w .bowerrc:.bowerrc.cson`\n`formatless run bower install --with=\"bower.json:bower.cson\" --with=\".bowerrc:.bowerrc.cson\"`\n`formatless run bower install --with=\"bower.json:bower.cson, .bowerrc:.bowerrc.cson\"`\n`formatless run bower install --with=\"bower.json:bower.cson; .bowerrc:.bowerrc.cson\"`\n`formatless run \"bower install -p\" bower.json:bower.cson .bowerrc:.bowerrc.cson`\n\n# Configuration\n```\n{\n  \"commands\": {\n    \"npm\": \"package.json\",\n    \"bower\": [\"bower.json\", \".bowerrc\"],\n    \"gulp\": [{\n      \"Gulpfile.coffee\": \"Gulpfile.js\"\n    }],\n    \"broccoli\": [{\n      \"output\": {\n        \"name\": \"Brocfile\",\n        \"format\": \"js\"\n      },\n      \"source\": {\n        \"name\": \"Brocfilerc\",\n        \"format\": \"CoffeeScript\"\n      }\n    }]\n  },\n  \"files\": {\n    \".bowerrc\": {\n      \"format\": \"json\"\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felldritch%2Fformatless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felldritch%2Fformatless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felldritch%2Fformatless/lists"}