complete basic cli

This commit is contained in:
2020-01-15 14:09:29 +01:00
parent 2d400f18ff
commit 709ab6ea35
3 changed files with 42 additions and 9 deletions

View File

@ -1,5 +0,0 @@
const fs = require ('fs');
module.exports = async (folder) => {
};