Skip to content

Murcul/gitslice

Repository files navigation

GitSlice

This repo provides two packages

  • @gitstart/gitslice-ignore - The reference implementation of the slicing algorithm that controls what should be sliced and what should not be.
  • gitslice - A CLI that can be used to test the above library locally. In the future it can also be used to run gitslice push and pull operations.

Contributing

If you have suggestions or bug reports to submit, open an issue.

Getting started

  • Fork and clone the repository.
  • Use the node version specified in .nvmrc. If you use nvm, you can run:
$ nvm use
  • Install dependencies:
$ npn install
  • Run the tests in all packages:
$ npm test
  • Build all packages:
$ npm run build

About

Unifying treatment of gitslice ignore and include configs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published