📚 A Reactive web client for tldr-pages. Try it here.
If you've found this project useful, you can now support me on Patreon
Unique URIs
, to easily share anytldr-page
!Mobile-first-ish
, to take with you anywhere!- Fully Reactive, embracing
ES6
,RxJS
,FlowType
andReact
for great win!
As tldr-pages advances, new features can be planned. Some are:
Autocompletion
, freeing you from remembering all those command namesSearch
, letting you search through all the pages and commands content to find what you want
See the issues page for a list of planned enhancements and features.
It requires a working node
environment with npm
, and make
.
make
to prepare the workspace and do the first build from scratchmake build
, for a development buildmake test
, to run the test suitemake lint
, to lint the sourcemake check
, to type-check everythingmake package
, to create a distributable package
Serve locally as you wish, I prefer static-server.
File Watchers never really manage to work the way you want them to, so I ended up using ostera/watch for auto-building, auto-testing, auto-anything.
See LICENSE.