UNPKG

warp-drive

Version:

WarpDrive is the data framework for ambitious web applications

31 lines (19 loc) 720 B
import { w as write, i as indent, r as rebalanceLines, c as color } from './utils-C3XozAKL.js'; const About = ` ye<<#>> About This script automates installation, initial configuration, and updates for applications built with cy<<WarpDrive>> === ye<<##>> When should you run it? This script should be run to generate the initial project configuration OR to update all installed WarpDrive libraries to a specific channel or release version. In both cases, the script will ensure that all associated peer dependencies are properly installed. --- `; // eslint-disable-next-line @typescript-eslint/require-await async function about() { write(indent(rebalanceLines(color(About)), 1)); } export { About, about };