strapi/packages
Jim LAURIE 51618f651f
Update packages/strapi-plugin-content-type-builder/controllers/ContentTypeBuilder.js
Co-Authored-By: entwicklerfr <39570370+entwicklerfr@users.noreply.github.com>
2018-10-27 02:06:20 +02:00
..
2018-10-10 11:38:23 +02:00
2018-10-13 19:07:25 +01:00
2018-10-08 17:14:19 +02:00
2018-10-08 17:14:19 +02:00
2018-10-08 17:14:19 +02:00
2018-10-08 17:14:19 +02:00
2018-10-08 17:14:19 +02:00
2018-10-08 17:14:19 +02:00
2018-10-08 17:14:19 +02:00
2018-10-08 17:14:19 +02:00
2018-10-08 17:14:19 +02:00
2018-10-08 17:14:19 +02:00
2018-10-08 17:14:19 +02:00
2018-10-08 17:14:19 +02:00
2018-10-08 17:14:19 +02:00
2018-10-08 17:14:19 +02:00
2018-10-08 17:14:19 +02:00
2018-10-08 17:14:19 +02:00
2018-10-08 17:14:19 +02:00
2018-10-08 17:14:19 +02:00
2018-10-08 17:14:19 +02:00
2018-10-08 17:14:19 +02:00
2018-10-08 17:14:19 +02: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.