ragempcommunity/ragemp-types

Switchable Types

leonardssh opened this issue · 1 comments

  • npx rage-types-switch args?="classic | module" - current types be replaced by those specified in command.
  • perhaps a configuration file from which to always take what types are needed for installation
    .ragerc containing: { types: "classic | module" }
  • a postinstall that executes the switch script based on the configuration file (if exists)

Idea from @antfu - vue-demi