typed-factorio
typed-factorio copied to clipboard
Make a `create-typed-factorio` package
I would like to be able to easily create a new mod by just typing yarn create typed-factorio
So I would have a set-up directory with
- package.json scripts (watch, build)
- all the basic lua scripts (data, data-fixes, runtime)
- a simple readme
- a simple changelog without bothering with configuration
Seems like someone did.
Nice! :-)