- x9 informs you about the code inside your current folder.
- x9 is a building block to other kinds of applications
this is what x9 is today..
default procedure..
make
sudo make install
If you want to uninstall use make uninstall
If there is a settings.py in your current dir:
$ cd /project/path
$ x9
Makefile/Compatible /Makefile
Python Test module /some_app/tests/__init__.py
Python/Django /some_project/settings/__init__.py
Python/Requirements /requirements.txt
Help me! PR!
Project Type | Filenames |
Python/Django | settings.py |
Python/Django | settings/__init__.py |
Python/Lib | setup.py |
Python Test Module | tests/__init__.py |
Java/Maven | pom.xml |
Makefile/Compatible | Makefile |
Python/Requirements | requirements.txt |
Git repository | .git |
Hg Repository | .hg |
BSD. Check LICENSE file.