Helper to manage Minecraft datapacks
npm install mcpackcmd
$ mcpack init "An awesome datapack"
`
There's multiple optional options to improve the configuration of the file, as:
+ -v Define the version of the datapack e.g: 0.1.0
+ -d Define a description for the datapack
+ -i Define a custom icon for the datapack e.g: minecraft:podzol
+ -a Define an alias for the datapack (as a shortname) e.g: ad
+ -f Define the pack-format. default: 4
You can use eather:
+ --v Verbose. Gives information during the process.
+ --f Force. Forces the procediment, deletes an existen datapack if it has the same name and version.
+ -h` Help.