projecto

1.0.13 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.13
    1
    • latest

Version History

Package Sidebar

Install

npm i projecto

Weekly Downloads

7

Version

1.0.13

License

MIT

Unpacked Size

20.8 kB

Total Files

11

Last publish

Collaborators

  • adisadi