Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dir-generate

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dir-generate - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

5

package.json
{
"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": {

18

README.md

@@ -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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc