Skip to content

HAKASHUN/gulp-check-file-naming-convention

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-check-file-naming-convention

Build Status

check-file-naming-convention plugin for gulp

Usage

First, install gulp-check-file-naming-convention as a development dependency:

npm install --save-dev gulp-check-file-naming-convention

Then, add it to your gulpfile.js:

var check-file-naming-convention = require("gulp-check-file-naming-convention");

gulp.src("./src/*.ext")
	.pipe(check-file-naming-convention({
		caseName: 'camelCase'
	}));

API

check-file-naming-convention(options)

options.case

Type: String

The case you wish to check.

available case
upperCase
upperCaseFirst
lowerCase
sentenceCase
titleCase
camelCase
pascalCase
snakeCase
paramCase
dotCase
pathCase
constantCase
swapCase

License

MIT License

About

Checks your files name for naming convention.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published