smartnpm/ts/smartnpm.paths.ts
2021-04-19 12:55:11 +00:00

5 lines
177 B
TypeScript

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