UNPKG

@hkvstore/taco-cli

Version:

taco-cli is a command-line interface for rapid Apache Cordova development (forked from Microsoft taco-cli)

10 lines (8 loc) 400 B
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for details. /// <reference path="../../typings/tacoUtils.d.ts" /> "use strict"; var tacoUtility = require("taco-utils"); var resourceManager = new tacoUtility.ResourceManager(__dirname); module.exports = resourceManager; //# sourceMappingURL=resourceManager.js.map