app-name
v0.2.0
Published
Create variable names from module names. Like `gulp-jshint` => `jshint`. Useful for yeoman generators, or for loaders for gulp, assemble, and grunt plugins.
Downloads
6,614
Maintainers
Readme
app-name
Create variable names from module names. Like
gulp-jshint
=>jshint
. Useful for yeoman generators, or for loaders for gulp, assemble, and grunt plugins.
Install
Install with npm:
npm i app-name --save-dev
Run tests
npm test
Usage
var appname = require('app-name');
appname('gulp-jshint', 'gulp');
//=> jshint
appname('assemble-permalinks', 'assemble');
//=> permalinks
appname('handlebars-helper-foo', ['handlebars', 'helper']);
//=> foo
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Author
Jon Schlinkert
License
Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license
This file was generated by verb-cli on October 12, 2014.