Skip to content

Commit

Permalink
udpate documentation / add an illustration
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelmansuy committed Mar 19, 2024
1 parent 963ded9 commit 4b75932
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
dist
__pycache__
.pytest_cache
*.pyc
*.pyc
.DS_Store
2 changes: 2 additions & 0 deletions LICENCE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
MIT LICENSE

Copyright 2024 Raphaël MANSUY

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Code2Prompt is a powerful command-line tool that simplifies the process of provi

With Code2Prompt, you can easily create a well-structured and informative document that serves as a valuable resource for feeding questions to LLMs, enabling them to better understand and assist with your code-related queries.

![Illustration](./docs/code2Prompt.jpg)

## Features

- Automatically traverses a directory and its subdirectories to include all relevant files
Expand Down Expand Up @@ -140,7 +142,7 @@ To build a distributable package of Code2Prompt using Poetry, follow these steps

## License

Code2Prompt is released under the MIT License. See [LICENSE](LICENSE) for more information.
Code2Prompt is released under the MIT License. See [LICENSE](LICENSE.md) for more information.

## Contributing

Expand Down
Binary file added docs/code2Prompt.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4b75932

Please sign in to comment.