This a tool to initialize projects that use the @cccode/fxr library to create and modify FXR files for Dark Souls 3, Sekiro, Elden Ring, and Armored Core 6.
Simply run this command to initialize a new project folder:
npm create @cccode/fxr@latest
This will by default create a new folder named fxr-project
. If you want to name the folder yourself, put the name at the end of the command, like this:
npm create @cccode/fxr@latest my_folder_name