update
This commit is contained in:
parent
f4e2104a60
commit
1ff07a2dd4
@ -1,4 +1,3 @@
|
|||||||
import projects from "../Store/ProjectStore"
|
|
||||||
import printDebug from "../Tools/DebugPrint"
|
import printDebug from "../Tools/DebugPrint"
|
||||||
|
|
||||||
const project = (name:string,callback:Function) =>{
|
const project = (name:string,callback:Function) =>{
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
import Project from "../Project/Project";
|
|
||||||
|
|
||||||
const projects:Project[] = []
|
|
||||||
|
|
||||||
export default projects
|
|
@ -2,7 +2,6 @@ import path from "path";
|
|||||||
import printDebug from "./Tools/DebugPrint";
|
import printDebug from "./Tools/DebugPrint";
|
||||||
import { existsSync } from "fs";
|
import { existsSync } from "fs";
|
||||||
import printErrorOrDebug from "./Tools/PrintErrorOrDebug";
|
import printErrorOrDebug from "./Tools/PrintErrorOrDebug";
|
||||||
import projects from "./Store/ProjectStore";
|
|
||||||
import constructGlobal from "./Tools/ConstructGlobal";
|
import constructGlobal from "./Tools/ConstructGlobal";
|
||||||
|
|
||||||
const argv = require('minimist')(process.argv.slice(2))
|
const argv = require('minimist')(process.argv.slice(2))
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import project from "../../src/CliFunc/project";
|
import {project} from "../../src/CliFunc/tools";
|
||||||
|
|
||||||
project("hello",()=>{
|
project("hello",()=>{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user