john-cname

0.1.0 • Public • Published

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

Dependencies (1)

Dev Dependencies (1)

Package Sidebar

Install

npm i john-cname

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • nkpfstr