1.1.5 • Published 9 months ago

my-node-structure v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Folder Structure Creator

This package automatically creates a predefined folder structure when installed.

Installation

Prerequisites

  • Node.js installed on your system

Usage

  1. Clone this repository or copy the index.js file to your project directory.

  2. Make the script executable (Unix-based systems):

    chmod +x index.js
  3. Run the script:

    ./index.js

    Or using Node.js directly:

    node index.js
  4. The script will create the folder structure in the parent directory of your current location.

Customization

You can easily customize the folder structure by modifying the subFolders array and the createFolderStructure function in the index.js file.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is open source and available under the MIT License.

1.1.5

9 months ago

1.1.4

9 months ago

1.1.3

9 months ago

1.1.2

9 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.0

9 months ago