Skip to content

danielchatfield/atom-name

Repository files navigation

atom-name Build Status

Check whether an atom package name is available.

Install

$ npm install --save atom-name

Usage

var atomName = require('atom-name');

atomName('open-terminal', function(err, available) {
	console.log(available);
	//=> false
});

CLI

$ npm install --global atom-name
$ atom-name --help

	Usage
	  atom-name <name>

	Exits with exit code 0 when available or 2 when taken.

License

MIT © Daniel Chatfield

About

Quickly check of a package name is available on atom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published