I have installed rlx and am keeping an interactive session open as I start two new Couch projects this week. Lovely so far, especially the vim integration.
Muji, can you please explain the "app" functionality? Reading the man page on "app", it feels like rlx is supposed to know about view, list, show, etc., files in a project tree and put them into the design doc. And can you give an example of creating a new design doc using the templates? I get the same design doc created no matter what I put after "-t". Backing up a bit, maybe you could outline how rlx is intended to be used with design docs and writing views, etc. Thanks much, Pete On Sun, Jan 10, 2016 at 10:40 PM, muji <[email protected]> wrote: > Hello, > > I am pleased to announce rlx[1], a full-featured command line interface for > couchdb: > > npm i -g rlx && rlx i > > Will launch an interactive session. Documentation is built in as man pages > with the `help` command - note that to edit documents `vim` is required. > > It was built and tested against couchdb 1.6.x and if people find it useful > I could contribute some more time for couchdb 2.x compatibility. > > All feedback very welcome - especially bugs[2]! > > Relax and enjoy! > > [1]: https://github.com/tmpfs/rlx > [2]: https://github.com/tmpfs/rlx/issues >
