Skip to content
Yisroel Yakovson edited this page Oct 14, 2020 · 31 revisions

The ns-flip CLI supports applying templates to the same code base multiple times without losing custom changes. That divides up code maintenance. A developer of a site can focus entirely on custom content and a template maintainer can handle the large architecting and package updates.

Uses

There are a few use cases for this. Perhaps you want to...

  • promote a particular framework or tool with templates.
  • regularly create very similar code bases. For instance, an app developer.
  • have others to modify and update your code. Rather than having to hire someone capable of architecting it, you can hire a basic developer at a fraction of the cost. They will have to understand much less, and they can do a lot less damage, because their code is limited to designated custom locations.

Documentation

There are three roles above, and for each there is separate documentation:

  1. Adding Custom Code
  2. Building a Code Base
  3. Creating Templates
Clone this wiki locally