dir-generate
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "dir-generate", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "a easy tool to make dir with markdown", | ||
@@ -11,3 +11,4 @@ "bin": { | ||
"dir", | ||
"markdown" | ||
"markdown", | ||
"generate" | ||
], | ||
@@ -14,0 +15,0 @@ "devDependencies": { |
@@ -6,6 +6,10 @@ dir-generate | ||
generate dir with using a markdown file | ||
[![NPM](https://nodei.co/npm/dir-generate.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/dir-generate/) | ||
###usage for require | ||
=============== | ||
####install | ||
@@ -23,3 +27,3 @@ npm install dir-generate | ||
}); | ||
####methods | ||
@@ -29,3 +33,5 @@ * runMarkdownFile(filePath, dirPath, callback) | ||
###usage for command-line | ||
=============== | ||
####install | ||
@@ -43,3 +49,3 @@ npm install -g dir-generate | ||
-f, --file [source_file] set config file path. defaults to ./index.md | ||
###usage for dev | ||
@@ -53,3 +59,5 @@ | ||
###example file | ||
=============== | ||
index.md | ||
@@ -74,3 +82,5 @@ -------------------------- | ||
###tip | ||
=============== | ||
* the folder name cannot have a **Filename Extension** | ||
@@ -80,7 +90,11 @@ * the file name must have a **Filename Extension** | ||
###TODO | ||
=============== | ||
* use json to generate dir | ||
###Lincense | ||
=============== | ||
MIT |
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
114258
94