Skip to content

Directory Structure

DavideC03 edited this page Mar 12, 2022 · 8 revisions

:octocat: Directory structure :octocat:

../repo
├── Makefile
├── bin # source code
│   ├── createstructure.cpp
│   ├── global-libraries
│   │   ├── bin # source code
│   │   │   ├── cryptation.hpp
│   │   │   ├── emoji.hpp
│   │   │   ├── inputs.hpp
│   │   │   ├── json.hpp
│   │   │   ├── positive.hpp
│   │   │   ├── rest.hpp
│   │   │   └── sleep.hpp
│   │   └── docs # documentation
│   │       ├── CHANGELOG.md
│   │       ├── LICENSE
│   │       ├── README.md
│   │       ├── libraries-createstructure-Class-UML.svg
│   │       └── libraries-createstructure.drawio
│   └── local-libraries
│       ├── create.hpp
│       ├── help.hpp
│       ├── login.hpp
│       ├── settings.hpp
│       └── version.hpp
├── createstructure.1
├── createstructure.2
├── createstructure.in
├── debian # debian control code
│   ├── changelog
│   ├── compat
│   ├── control
│   ├── copyright
│   ├── createstructure.dirs
│   ├── postinst
│   ├── postrm
│   ├── preinst
│   ├── rules
│   └── source
│       └── format
└── docs # documentation
    ├── LICENSE
    ├── README.md
    ├── debian # debian control code-createstructure-Class-UML.svg
    └── debian-createstructure.drawio

8 directories, 36 files

Clone this wiki locally