1.0.2 • Published 5 years ago
txtbundler v1.0.2
txtbundler
- bundle files into a txt file.
- or unbundle the txt file.
- recognizing
.gitignore.
Usage
install
# npm install txtbundler -g bundle lib/ (default into ./bundle.txt)
# txtbundler bundle libbundle lib/ into ./dist/lib.txt
# txtbundler bundle lib dist/lib.txtunbundle ./bundle.txt (default into ./bundle/)
# txtbundler unbundle bundle.txtunbundle ./bundle.txt into ./dist/bundle/
# txtbundler unbundle bundle.txt dist/bundle