0.1.0 • Published 7 years ago

john-cname v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

john-cname

A bad pun that turns domains into CNAME files

Build Status

Install

NPM:

$ npm install john-cname

Yarn:

$ yarn add john-cname

Usage

const cname = require('john-cname')

cname('http://cname.cool/', 'build')
// Outputs a properly formatted CNAME file in ./build

API

cname(domain, path)

domain

Type: string Domain the CNAME file should contain. Protocols and trailing slashes are automatically removed.

cname('http://cname.cool/', 'build')
// -> cname.cool

path

Type: string Path to output the CNAME file.

cname('http://cname.cool/', 'build')
// -> ./build/CNAME

License

MIT © Nick Pfisterer