All Projects â†’ smitbarmase â†’ create-layout

smitbarmase / create-layout

Licence: other
🦚 Make layout.md for a better view of your project structure.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to create-layout

frontend-gradle-plugin
All-in-one Gradle Node plugin, Gradle NPM plugin, Gradle Yarn Berry plugin to build Javascript applications with Gradle: distribution management, built-in tasks.
Stars: ✭ 120 (+900%)
Mutual labels:  npx
npmy
`npm/npx/npm link` on steroids.
Stars: ✭ 58 (+383.33%)
Mutual labels:  npx
vscode-auto-npx
Auto resolving local Node.js binaries in VS Code terminal.
Stars: ✭ 87 (+625%)
Mutual labels:  npx
find-unused-exports
A Node.js CLI and equivalent JS API to find unused ECMAScript module exports in a project.
Stars: ✭ 30 (+150%)
Mutual labels:  npx
jakejarvis
hey 👋
Stars: ✭ 15 (+25%)
Mutual labels:  npx
node-compat-require
Easily allow your Node program to run in a target node version range to maximize compatibility.
Stars: ✭ 22 (+83.33%)
Mutual labels:  npx
pie-my-vulns
Visualize your project security vulnerabilities as a pie chart in the terminal
Stars: ✭ 23 (+91.67%)
Mutual labels:  npx
coverage-node
A simple CLI to run Node.js and report code coverage.
Stars: ✭ 39 (+225%)
Mutual labels:  npx
shoulders
💛 Quickly view a list of your dependencies' open issues.
Stars: ✭ 62 (+416.67%)
Mutual labels:  npx
extension-generator
This package is no longer supported. Please use https://github.com/flarum/cli instead.
Stars: ✭ 53 (+341.67%)
Mutual labels:  npx

create-layout

  • To create layout for directory
npx create-layout
  • To create layout for sub directory
npx create-layout sub-direcotry
  • To create layout with bullet list
npx create-layout --bullet

or

npx create-layout -b
  • To create layout with numbered list
npx create-layout --numbered

or

npx create-layout -n

Example

Default layout

├─.git
├─.gitignore
├─.prettierignore
├─.prettierrc
├─README.md
├─bin
│ └─layout.js
├─node_modules
├─package-lock.json
├─package.json
└─src
  └─cli.js

Bullet List

  • .git
  • .gitignore
  • .prettierignore
  • .prettierrc
  • README.md
  • bin
    • create-layout.js
  • layout.md
  • node_modules
  • package-lock.json
  • package.json
  • src
    • cli.js

Numbered List

  1. .git
  2. .gitignore
  3. .prettierignore
  4. .prettierrc
  5. README.md
  6. bin
    1. create-layout.js
  7. layout.md
  8. node_modules
  9. package-lock.json
  10. package.json
  11. src
    1. cli.js
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].