@emergence/source-http-legacy
v0.9.4
Published
Emergence source driver for pulling file trees via Emergence sites' legacy HTTP interface
Readme
source-http-legacy
Implements a pull command to load a remote emergence site's file tree into a git tree within the local active repository.
Basic Usage
npm install -g @emergence/source-http-legacy
git init my-site-repo
cd my-site-repo
emergence-source-http-legacy pull mysite.example.orgSee emergence-source-http-legacy --help output for complete options
Help and Support
Visit the discussion topic on the emergence forum
Roadmap
- [ ] Add
--update-ref=and--update-branchoptions topullcommand to automatically generate commits with parents - [ ] Discover and transparently utilize remote
/.gitinterface if available - [ ] Evaluate feasibility of exposing a git remote helper
