re games list 生成所有生化危机游戏的JSON列表
重新游戏列表根据收藏生成所有生化危机游戏的JSON列表。此包使用呈现所有已发布的《生化危机》游戏的JSON列表。用法$ npm install re-games-list -g然后$ re-games-list列表将在collection.json ()中生成,JSON看起来像这样: [ { "id" : "pc-res-evi-big-box-whi-lab-0" , // unique ID "title" : "Resident Evil Big Box White Label" , // Title "region" : 0 , // Region "rarity" : 2 , // How rare the game is "platform" : "pc" // Which platform it runs on } ,
用户评论