smartnpm/ts/smartnpm.paths.ts

5 lines
177 B
TypeScript
Raw Normal View History

2020-03-17 00:38:58 +00:00
import * as plugins from './smartnpm.plugins';
export const packageDir = plugins.path.join(__dirname, '../');
export const nogitDir = plugins.path.join(packageDir, '.nogit/');