mirror of
https://github.com/strapi/strapi.git
synced 2025-10-18 19:43:22 +00:00

When ‘oneWay’ relation is created the target model file is also updated with a reference to the relation. This is not required for a oneWay relation since it never will or can be populated from the other way around.
strapi-generate-new
This Strapi generator contains all the default files for a new Strapi application.
This generator can be called with:
$ strapi new <myAppName>