{"id":22828630,"url":"https://github.com/busterc/tos","last_synced_at":"2025-03-31T01:17:35.451Z","repository":{"id":57378228,"uuid":"44337891","full_name":"busterc/tos","owner":"busterc","description":":page_facing_up: Terms of Service and Privacy Policy Generator","archived":false,"fork":false,"pushed_at":"2018-08-25T21:43:46.000Z","size":85,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-07T00:28:38.033Z","etag":null,"topics":["privacy-policy","terms-and-conditions","terms-of-service","tos"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/busterc.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}},"created_at":"2015-10-15T18:41:19.000Z","updated_at":"2023-09-08T17:02:40.000Z","dependencies_parsed_at":"2022-09-26T16:41:28.176Z","dependency_job_id":null,"html_url":"https://github.com/busterc/tos","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Ftos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Ftos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Ftos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/busterc%2Ftos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/busterc","download_url":"https://codeload.github.com/busterc/tos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246399803,"owners_count":20770909,"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":["privacy-policy","terms-and-conditions","terms-of-service","tos"],"created_at":"2024-12-12T19:11:10.121Z","updated_at":"2025-03-31T01:17:35.424Z","avatar_url":"https://github.com/busterc.png","language":"JavaScript","readme":"# ToS [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]\n\n\u003e Terms of Service and Privacy Policy Generator\n\nThe content generated is derived from Ben Nadel's [web-based generator](https://www.bennadel.com/coldfusion/privacy-policy-generator.htm). I appreciate it so much I wanted a CLI and ~~Jade~~ Pug output for it.\n\n## Install\n\n```sh\n$ npm install --global tos   # \u003c= CLI installation\n$ npm install --save tos     # \u003c= module installation\n```\n\n## CLI Usage\n\n```sh\n$ tos\n\n  Usage: tos [options] \u003ccompany\u003e \u003cstate\u003e\n\n    Terms of Service and Privacy Policy Generator.\n\n  Options:\n\n    -h, --html  outputs as HTML\n\n$ tos \"Yo Company Name, Inc.\" \"Delaware\" \u003e tos.pug\n$ tos --html \"Yo Company Name, Inc.\" \"Delaware\" \u003e tos.html\n```\n\n## Module Usage\n\n```js\nvar tos = require('tos');\n\ntos(\n  {\n    markup: 'html', // 'markup' is optional, the default output is Pug\n    company: 'Yo Company Name, Inc.',\n    state: 'Delaware'\n  },\n  function(error, result) {\n    // do yo thang\n  }\n);\n```\n\n## License\n\nISC © [Buster Collings](http://about.me/buster)\n\n[npm-image]: https://badge.fury.io/js/tos.svg\n[npm-url]: https://npmjs.org/package/tos\n[travis-image]: https://travis-ci.org/busterc/tos.svg?branch=master\n[travis-url]: https://travis-ci.org/busterc/tos\n[daviddm-image]: https://david-dm.org/busterc/tos.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/busterc/tos\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbusterc%2Ftos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbusterc%2Ftos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbusterc%2Ftos/lists"}