Magidoc

Command - Eject

In case the available customizations are not sufficient for your needs, it is possible to initialize a starter project using any of the available templates and customize it however you want.

To see all the available options for the eject command, run the following.

    
  

When initializing a template, you may choose one of the Magidoc templates . Magidoc installs the template with the Pnpm version bundled with the CLI, so nothing needs to be installed separately and the template always resolves the exact dependency versions it was released with.

Magidoc configuration

#

When using the eject command, you can decide to either drop completely Magidoc and use the template by itself, but Magidoc can also work with your template directory. Simply change the website.template property to the directory path of your template project.