1.0.3 • Published 5 years ago

demon-cli v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

demon-cli

A commandline tool to generate project directory structure tree

Install

npm install demon-cli -g

Features

├── src
│   └── index.js
│   └── utils.js
├── .gitignore
├── README.md
├── demon.md
├── package.json

Usage

Usage: demon [options]

A commandline tool to generate project directory structure tree

Options:
  -v, --version            output the version number
  -p, --print              Print a directory tree in console
  -e, --export [fileName]  Export a [fileName].md
  -h, --help               output usage information

Ignore

If you want to ignore some files, you can add .gitignore file into the root project directory.

License

MIT

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago