PierreDemailly / commity

Setup commits convention fast & simple.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enable barrel imports

PierreDemailly opened this issue · comments

import {gitCommit} from './helpers/git/commit';
import {gitChangesCount} from './helpers/git/changesCount';
import {gitAddAll} from './helpers/git/addAll';
import {gitStagedCount} from './helpers/git/stagedCount';
import {Fields, fields} from './helpers/core/fields';