# @jahia/create-module

This CLI scaffolds a new Jahia JavaScript module.

## Usage

To create a new module, run:

```
npm init @jahia/module@latest <module-name>
```

It creates a new JavaScript Module in a directory named `module-name` in the current working directory.

See the [Getting Started guide](https://academy.jahia.com/tutorials-get-started/front-end-developer/setting-up-your-dev-environment#create-a-new-project) for more information.
