Automatically generate an integration architecture document for your codebase. Currently supporting Express.js
Explore the docs »
View Sample
·
Report Bug
·
Request Feature
Table of Contents
Skeleton helps development teams connect and work with each other better without having to know anything about the other's codebase. Imagine two different teams, working on different services. What if Team A wants to integrate with Team B's application? They would need to know the entire integration architecture of Team B's app. This is where Skeleton comes in!
With Skeleton, Team A can instantly and automatically generate a whole document containing all the information needed to connect with Team B's codebase.
Skeleton provides the following information in the document:
- All instances of external HTTP APIs.
- All the different external libraries and modules being used.
- All internal endpoints that Team A can use to connect to Team B.
- Security scan for loose API keys and secrets.
- Scan results for any outdated libraries and packages.
- Scan results for other protocols like FTP, SFTP, and more!
- Python
- JavaScript
- FastAPI
- React.js
- Node.js
Make sure to have Node.js and Python installed on your system.
- npm
npm install npm@latest -g
- Get a free API Key at https://gitguardian.com
- Clone the repo
git clone https://github.com/outoflaksh/skeleton.git
- Install Python packages
pip3 install -r requirements.txt
- Enter your API in
.env
GITGUARDIAN_API_KEY=ENTER YOUR API KEY
- Run the following to start the Skeleton API
uvicorn api:app
- Support for more languages and frameworks.
- More in-depth security scans.
- A more comprehensive description of all the different endpoints.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Lakshya Malik - @outoflaksh (Twitter, GitHub, Instagram)
Project Link: https://github.com/outoflaksh/skeleton