This website requires JavaScript.
Explore
Help
Sign In
chomp
/
ModExamples
Watch
1
Star
19
Fork
0
You've already forked ModExamples
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
ModExamples
/
.gitignore
7 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
External Build Script This update removes the inline build scripts from the `package.json` file and replaces them with an external build script: `packageBuild.ts`. An external script allows for much more flexibility. Along with the external script change, this PR updates a few other things: - Moved from `copyfiles` to `fs-extra` for minor speed improvements. - Generates the mod package name by using the `package.json` information. The format used is `Author-PackageName-Version`. - Saves the compressed file in the `dist` folder. - Saves the compressed file using the new mod package name. - Compressed file now includes a root directory named after the mod package for easy copying to the user's `user/mods` game directory.
2022-08-31 22:28:48 -04:00
.DS_Store
Add gitignore
2022-05-26 11:37:21 +01:00
**/package-lock.json
Added example
2022-05-27 16:43:28 +01:00
**/node_modules/
External Build Script This update removes the inline build scripts from the `package.json` file and replaces them with an external build script: `packageBuild.ts`. An external script allows for much more flexibility. Along with the external script change, this PR updates a few other things: - Moved from `copyfiles` to `fs-extra` for minor speed improvements. - Generates the mod package name by using the `package.json` information. The format used is `Author-PackageName-Version`. - Saves the compressed file in the `dist` folder. - Saves the compressed file using the new mod package name. - Compressed file now includes a root directory named after the mod package for easy copying to the user's `user/mods` game directory.
2022-08-31 22:28:48 -04:00
**/dist/
13.5 (#15) Co-authored-by: Dev <dev@dev.sp-tarkov.com> Co-authored-by: Refringe <refringe@noreply.dev.sp-tarkov.com> Reviewed-on: https://dev.sp-tarkov.com/chomp/ModExamples/pulls/15
2023-10-08 21:07:25 +00:00
updateTypes.ps1
NewTypes/
Reference in New Issue
Copy Permalink