{"id":16828026,"url":"https://github.com/hyperlink/prettier-semistandard","last_synced_at":"2025-03-17T20:29:16.311Z","repository":{"id":136841495,"uuid":"91838678","full_name":"hyperlink/prettier-semistandard","owner":"hyperlink","description":"Prettier with Semistandard config","archived":false,"fork":false,"pushed_at":"2017-06-23T15:41:44.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T07:31:08.235Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"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/hyperlink.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2017-05-19T19:25:05.000Z","updated_at":"2023-04-11T15:20:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"d78e99a4-1de3-4a0b-8dbb-f766c2ed2cb4","html_url":"https://github.com/hyperlink/prettier-semistandard","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/hyperlink%2Fprettier-semistandard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperlink%2Fprettier-semistandard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperlink%2Fprettier-semistandard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperlink%2Fprettier-semistandard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperlink","download_url":"https://codeload.github.com/hyperlink/prettier-semistandard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244105246,"owners_count":20398830,"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-10-13T11:24:13.716Z","updated_at":"2025-03-17T20:29:16.291Z","avatar_url":"https://github.com/hyperlink.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# prettier-semistandard [![Circle CI](https://circleci.com/gh/conqa/prettier-semistandard.png?circle-token=c60d4bd93940038f07fa0ef1645b520d25ea7bcc)](https://circleci.com/gh/conqa/prettier-semistandard)\n\nThis tool combines the [prettier](https://github.com/jlongster/prettier) pretty-printer with the popular configuration-free [JavaScript Standard Style](http://standardjs.com/).\n\n## API\n\n```js\nimport format from 'prettier-semistandard';\nimport { readFileSync } from 'fs';\n\nconst source = readFileSync('index.js', 'utf8');\nformat(\n  source\n).then(\n  console.log\n);\n```\n\n## CLI\n\n### Installation\n```sh\n$ yarn global add prettier-semistandard\n```\n\n### Usage\n```sh\n$ prettier-semistandard --help\n\n  Usage\n    $ prettier-semistandard [\u003cfile|glob\u003e ...]\n\n  Examples\n    $ prettier-semistandard\n    $ prettier-semistandard index.js\n    $ prettier-semistandard foo.js bar.js\n    $ prettier-semistandard index.js src/**/*.js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperlink%2Fprettier-semistandard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperlink%2Fprettier-semistandard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperlink%2Fprettier-semistandard/lists"}