UNPKG

foundation-ultimate

Version:

The Ultimate Foundation Package with both FoundationApps and Foundation Sites Included

22 lines 916 B
/* ============================================================= = Foundation Utimate = = http://github.com/relution-developments/foundation-remix = = --------------------------------------------------------- = = Copyright (c) 2016 - Relution Developments Ltd = = Licensed under the MIT license. = = @author JayDemitri = ============================================================= */ module.exports = { build: require("./cmds/build"), debug: require("./cmds/debug"), help: require("./cmds/help"), install: require("./cmds/install"), mirror: require("./cmds/mirror"), new: require("./cmds/new"), preview: require("./cmds/preview"), spawn: require("./cmds/spawn"), test: require("./cmds/test"), update: require("./cmds/update") }