app-name

0.2.0 • Public • Published

app-name NPM version

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.

/app-name/

    Package Sidebar

    Install

    npm i app-name

    Weekly Downloads

    180

    Version

    0.2.0

    License

    none

    Last publish

    Collaborators

    • jonschlinkert