UNPKG

@puerts/cli

Version:

PureTS is a quick scaffold tool, which can be used in the project.

8 lines (5 loc) 169 B
import { githubInfo, upmInfo } from '../../lib/getPuerInfo.js'; const pullPuerts = async (argObj) => { console.log(await upmInfo()); }; export default pullPuerts;