@puerts/cli
Version:
PureTS is a quick scaffold tool, which can be used in the project.
19 lines (13 loc) • 522 B
JavaScript
import fs from 'node:fs';
import path from 'node:path';
import getPathInfo from '../../lib/getPathInfo.js';
import isTsAndJs from '../../lib/isTsAndJs.js';
import buildFile from '../../lib/buildFile.js';
import line from '../../lib/getLine.js';
import createLang from '../../lib/createLang.js';
import createDebugers from '../../lib/createDebugers.js';
import findPath from '../../lib/findPath.js';
// https://api.github.com/repos/Kitware/CMake/releases/latest
const dev = async(argObj)=>{
};
export default dev;