Skip to content
/ Dreamer Public

Dreamer is an extensible tool manager and shell for creating small, lightweight, dev environments instantly.

License

Notifications You must be signed in to change notification settings

UPWRD1/Dreamer

Repository files navigation

Dreamer 💤

Does what you want, not what you say.

Dreamer is a universal tool management system for any language, any build system, and any framework.

Here's how:

  • Work with your favorite tools without wherever, whenever:
$ zzz add myTool
[i] Installing tool 'myTool' (6.3.2)...
  • New computer? No problem:
$ git clone myProject.git

$ zzz start myProject
[?] 'myProject' requires the following tools:
        - myTool
        - otherTool
    Would you like to install these? (y/n)
    ==> y
[i] Installing...

Hello World!
  • Packages? More like Git repositories:
      $ zzz add myPackage.git
        [i] Cloning 'myPackage.git'...
        [i] Fetch hook found. Building...
        [i] Cleaning up...
        [i] 'myPackage' added!
        

About

Dreamer is an extensible tool manager and shell for creating small, lightweight, dev environments instantly.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published