Skip to content
YizYah edited this page Oct 21, 2020 · 31 revisions

The ns-flip CLI supports reapplying templates multiple times to the same code base without losing custom changes.

That divides up the burden of code maintenance. A developer of a site can focus entirely on custom content, and a template maintainer can handle the higher-level 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 similar code bases. For instance, an app developer.
  • have others 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 for using the tool, and each receives separate documentation:

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