john-cname
v0.1.0
Published
A bad pun that turns domains into CNAME files
Downloads
9
Readme
john-cname
A bad pun that turns domains into CNAME files
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