GithubHelp home page GithubHelp logo

busterc / tos Goto Github PK

View Code? Open in Web Editor NEW
1.0 4.0 2.0 85 KB

:page_facing_up: Terms of Service and Privacy Policy Generator

License: ISC License

JavaScript 100.00%
terms-of-service terms-and-conditions privacy-policy tos

tos's Introduction

ToS NPM version Build Status Dependency Status

Terms of Service and Privacy Policy Generator

The content generated is derived from Ben Nadel's web-based generator. I appreciate it so much I wanted a CLI and Jade Pug output for it.

Install

$ npm install --global tos   # <= CLI installation
$ npm install --save tos     # <= module installation

CLI Usage

$ tos

  Usage: tos [options] <company> <state>

    Terms of Service and Privacy Policy Generator.

  Options:

    -h, --html  outputs as HTML

$ tos "Yo Company Name, Inc." "Delaware" > tos.pug
$ tos --html "Yo Company Name, Inc." "Delaware" > tos.html

Module Usage

var tos = require('tos');

tos(
  {
    markup: 'html', // 'markup' is optional, the default output is Pug
    company: 'Yo Company Name, Inc.',
    state: 'Delaware'
  },
  function(error, result) {
    // do yo thang
  }
);

License

ISC © Buster Collings

tos's People

Contributors

busterc avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

topeter digdug101

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.