smartarchive/ts/smartarchive.paths.ts
2020-03-17 00:21:05 +00:00

6 lines
223 B
TypeScript

import * as plugins from './smartarchive.plugins';
export const packageDir = plugins.path.join(__dirname, '../');
export const nogitDir = plugins.path.join(__dirname, './.nogit');
plugins.smartfile.fs.ensureDir(nogitDir);