@intocode-io/fireliff-cli
Version:
Command line interface for building LIFF app on Firebase
17 lines (13 loc) • 755 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _os = require("os");
require("./colors-set-theme");
var _default = [{
header: 'Init LIFF project'.help,
content: 'Initialize project structure' + _os.EOL + _os.EOL + 'fliff init'.code + _os.EOL + _os.EOL + `This command should be run first time under Firebase project root folder which containing ${'firebase.json'.code}` + _os.EOL + _os.EOL + 'After run successfully, you will get a web-views LIFF project folder. This sub-project is a boilerplate with Parcel Bundler. You can change directory into web-views and run npm run dev to start LIFF App development.'
}];
exports.default = _default;
//# sourceMappingURL=fliff-init-usage.js.map