Guides
Create a project
libmodulor can be used in a brownfield project but we recommend starting a greenfield project to enjoy the full expressiveness and convention system.
With npx
By default, it will create a folder named my-super-project
in the current working directory and install the dependencies using yarn
.
If you want to change the defaults (initial commit, pkg manager, etc.), run the --help
command.
Execution should take a few seconds and give the following output.
The generated directory has the following structure :
Optionally, you can create a remote repository (e.g. on GitHub) and push it.
Manually
If you don't like the magic behind npx
, or if you want to add libmodulor
to an existing project, you can install it manually.
Check the required dependencies in package.json.