Anuken / MindustryJavaModTemplate

A template for Java (16-17) Mindustry mods.
141 stars 81 forks source link

npm support #4

Closed AmateurPotion closed 4 years ago

AmateurPotion commented 4 years ago

My mistake on npm command. I'll update it.

Anuken commented 4 years ago

This is a Java project, what does it have to do with NPM?

AmateurPotion commented 4 years ago

If you can afford it later, I'd like you to upload this mod package on npm package like create-react-app so that you can create a project with one command.

AmateurPotion commented 4 years ago

Your game is very helpful to study Java.

Anuken commented 4 years ago

But that doesn't make any sense. NPM is for Javascript libraries, this doesn't belong there. If you want to create a project templating tool, write a separate application or script that can set it up with one command. It doesn't need to be in this repository.

AmateurPotion commented 4 years ago

ok...