npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

app-name

0.2.0

@jonschlinkert

npmHomeRepoSnykSocket
Downloads:32731
$ npm install app-name
DailyWeeklyMonthlyYearly

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

  • github/jonschlinkert
  • twitter/jonschlinkert

License

Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license


This file was generated by verb-cli on October 12, 2014.