Skip to content

adisadi/projecto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

projecto

yarn project managment utility

About

Projecto is a tool that optimizes the workflow around managing multi-package repositories with yarn.

It's a Lerna light ;-)

What does a Projecto repo look like?

There's actually very little to it. You have a file system that looks like this:

my-project/
  package.json
  packages/
    package-1/
      package.json
    package-2/
      package.json

What can Projecto do?

install will install & build all packages, finally it links all local packages.

link will link all local packages.

unlink will unlink all local packages.

clean will delete folders in all packages.

task will execute package.json scripts in all packages.

Getting Started

Let's start by installing Projecto globally with npm.

$ npm install --global projecto

or

$ yarn global add projecto

Help

Just look at the cli help.

$ po --help

or

$ projecto --help

About

yarn project managment utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published