first working version
This commit is contained in:
8
ts/npmextra.paths.ts
Normal file
8
ts/npmextra.paths.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import * as plugins from "./npmextra.plugins";
|
||||
|
||||
// directories
|
||||
export let cwd = process.cwd();
|
||||
export let packageDir = plugins.path.join(__dirname,"../");
|
||||
|
||||
//
|
||||
export let configFile = plugins.path.join(cwd,"npmextra.json");
|
Reference in New Issue
Block a user