ReadME Framework

This is a static website generated using the ReadME Framework.

ReadME Document Page Builder 📄

The ReadME Document Page Builder is a powerful tool designed to help you create beautiful, organized, and responsive documentation pages with ease. Whether you're building a project wiki, API documentation, or a personal knowledge base, this tool has got you covered.


Features ✨


Installation 🛠️

To get started, clone the repository and install the dependencies:

git clone https://github.com/ronyman-com/readME
cd readME
npm install


ReadMe/\
├── bin/\
│   └── readme.js\
├── src/\
│   ├── commands/\
│   │   ├── create.js\
│   │   ├── addFile.js\
│   │   ├── addFolder.js\
│   │   ├── changelog.js\
│   │   └── theme.js\      
│   ├── utils/\
│   │   ├── sidebar.js\
│   │   ├── github.js\
│   │   └── theme.js\         
│   └── index.js\
├── templates/default\
│   ├── index.md\
│   ├── README.md\
│   ├── sidebar.json\
│   ├── changelog.md\
│   └── themes/ not function yet\             
│       ├── system.json\      
│       ├── light.json\        
│       └── custom.json\     
│   ├── css/\
│   │   └── themes.css\     
│   └── js/\
│       └── themes.js\       
├── package.json\
└── README.md