@jahia/create-module
v0.0.5
Published
This project provides an NPM/NPX starter project template to quickly get up and running to create Jahia NPM modules
Downloads
6
Keywords
Readme
NPM Module template create-module project
This project provides an NPM/NPX starter project template to quickly get up and running to create Jahia NPM modules
Usage
npx @jahia/create-module@latest project-name [module-type] [namespace-definitions]
where
project-name
(mandatory) can be anything you want to call your projectmodule-type
(optional) Can be one of:templatesSet
: A collection of templates and components. A template set is required when creating a website.module
: Standard Jahia module. This is the default value.system
: Critical module for the whole platform.
namespace-definitions
(optional) The namespace used for content definitions. Default is the project name in camel case.