boxed / p

MIT License
2 stars 1 forks source link

p (for project)

Most languages have nice tools like this:

> somecommand new foo
> cd foo
> somecommand test
Creating isolated environment 
Installing dependencies
Tested ok!

...but what is that somecommand? For elm it's easy, it's elm, but for rust it's cargo and for Clojure it's lein. For some languages there are more than one you need to know about or multiple separate tools that do parts of this. And do you explicitly need to tell it to download dependencies? For elm you do, but not for lein. It's a bit of a mess.

p is the tool to put that under one roof.

To accomplish this goal we must:

Configuration

Project type detectors

Alises

Master plan

Further Documentation