About flatedit ✍
creating documentation is not easy in hundreds of small projects, where are dependencies we need some simple tool to manage the documentation from the terminal, during programming
this is the FlatEdit to help You manage the content of many projects
Documentation ✍
creating documentation is not easy in hundreds of small projects, where are dpendencies we need some simple tool to manage the documentation from the terminal, during programming
this is the frlatedit:
- file of projects list: readme.txt
projects list readme1.txt
./DOCS/MENU.md
../bash/DOCS/TODO.md
./DOCS/FOOT.md
./flatedit/readme.md readme1.txtWith comments not to load this file
projects list readme2.txt
./DOCS/MENU.md
../bash/DOCS/TODO.md
./DOCS/FOOT.md
./flatedit/readme.md readme2.txtShow not- & working/existing files
projects list readme3.txt
./DOCS/MENU.md
../bash/DOCS/TODO.md
./DOCS/FOOT.md
./flatedit/readme.md readme3.txtInstall flatedit ✍
./install.sh./update.sh./remove.shContribution ✍
Install dependencies after created project
curl https://raw.githubusercontent.com/apifork/bash/main/apifork.sh -o apifork
echo "apifork.dev.txt" > ".apifork"
echo "" > "apifork.txt"
echo "https://github.com/flatedit/bash.git flatedit" > "apifork.dev.txt"
apifork install apifork.dev.txtInstall dependencies after created project
curl https://raw.githubusercontent.com/apifork/bash/main/apifork.sh -o apifork
echo "https://github.com/flatedit/bash.git flatedit" > "apifork.dev.txt"
./apifork install apifork.dev.txtEdit documentation with flatedit
echo '#!/bin/bash' > "readme"
echo './flatedit/readme.sh readme.txt' >> "readme"
echo "./DOCS/MENU.md" >> "readme.txt"
echo "./DOCS/ABOUT.md" >> "readme.txt"
echo "./DOCS/FOOT.md" >> "readme.txt" ./readmeConfig project file
The config file: .apifork can be another, e.g. projects.txt
Just change the first line in .apifork on projects.txt
projects.txtminsungson/GitHub-cURL: A guide to installing files from GitHub repos in terminal using cURL
./apifork installOR
./apifork./apifork update./apifork remove- scripts
- language
