urchin/TODO

36 lines
845 B
Plaintext
Raw Normal View History

2016-01-29 22:23:24 +00:00
Things I want
=============
2016-01-29 22:27:55 +00:00
Environment variables
-------------
Do something to make it easier to debug environment variables, because that is
often confusing.
https://github.com/creationix/nvm/issues/719
https://github.com/creationix/nvm/issues/589
Documenting that people should run "env" when their tests fail might be good
enough.
2016-01-29 23:15:50 +00:00
2016-01-30 00:39:43 +00:00
Packaging
------------
Package for package managers.
* I want NixOS, of course.
* Debian is probably the big one.
Other interesting package managers
* Update the npm package
* Homebrew (for Mac)
2016-01-30 00:42:07 +00:00
Windows
----------
2016-02-08 15:03:45 +00:00
Try running Urchin in Windows somehow. Interpreters include
* CygWin (https://www.cygwin.com/)
* MSYS (http://mingw.org/wiki/msys)
* GNU on Windows (https://github.com/bmatzelle/gow/wiki)
* Git for Windows (https://git-scm.com/download/win)
* win-bash (http://win-bash.sourceforge.net/)
2016-01-31 16:36:03 +00:00