cnode-tools
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -26,3 +26,3 @@ #!/usr/bin/env node | ||
isDir = fs.statSync(currentPath).isDirectory(); | ||
if(isFile) { | ||
@@ -59,3 +59,3 @@ if(fileJsTypes.indexOf(extname) > -1) { | ||
console.log(`js行数为:${filesJsLine} \njs行数为(去空行):${filesJsLineNoBlank}`); | ||
console.log(`css行数为:${filesCssLine} \ncss行数为(去空行):${filesCssLineNoBlank}`); | ||
console.log(`js/jsx lines:${filesJsLine} \n(rm empty lines):${filesJsLineNoBlank}`); | ||
console.log(`css/sass/less/stylus lines:${filesCssLine} \n(rm empty lines):${filesCssLineNoBlank}`); |
{ | ||
"name": "cnode-tools", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "a Node tools ", | ||
@@ -17,3 +17,4 @@ "main": "index.js", | ||
"author": "huayifeng <qiufenghyf@163.com>", | ||
"license": "ISC" | ||
"license": "ISC", | ||
"dependencies": {} | ||
} |
@@ -18,1 +18,10 @@ # node-tools | ||
``` | ||
$ npm install cnode-tools -g | ||
or | ||
$ cnpm i cnode-tools -g | ||
$ count | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3093
5
67
26