strapi/packages
2017-05-11 11:06:08 +02:00
..
2017-05-04 19:05:41 +02:00
2017-01-23 10:49:29 +01:00
2017-01-23 10:49:29 +01:00
2017-01-23 10:49:29 +01:00
2017-03-15 16:45:53 +01:00
2017-01-23 10:49:29 +01:00

The Strapi monorepo

Juggling a multimodule project over multiple repos is pretty difficult for contributing.

Strapi follows a monorepo approach, all officially maintained modules are in the same repository-- this one.

Pros:

  • Single lint, build, test and release process.
  • Easy to coordinate changes across modules.
  • Single place to report issues and track milestones.
  • Easier to setup a development environment.

Cons:

  • Codebase looks more intimidating.
  • Repo is bigger in size.