const Command = @import("../cli.zig").Command; const PackageManager = @import("../install/install.zig").PackageManager; pub const InstallCommand = struct { pub fn exec(ctx: Command.Context) !void { try PackageManager.install(ctx); } }; sg191/astro/atom/examples/framework-multiple/src/components/VueCounter.vue?h=@astrojs/vue@0.1.3' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/examples/framework-multiple/src/components/VueCounter.vue (unfollow)
AgeCommit message (Expand)AuthorFilesLines