UNPKG

@cccode/create-fxr

Version:

An easy way to start using the @cccode/fxr library.

13 lines (11 loc) 513 B
# @cccode/create-fxr 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. ## Usage Simply run this command to initialize a new project folder: ```bash 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: ```bash npm create @cccode/fxr@latest my_folder_name ```