Skip to content

olegklimakov/triv

Repository files navigation

Triv

CLI tools for your JS/TS projects

📖 Allows you to automate adding your favourite tools to your Node.js repository.

Forget about copy and pasting your linter/prettier or other settings throw different projects. Organize them in the separate repository.

  • ⭐ Zero dependancy
  • ⭐ Typescript strict mode

Install

  1. Install package
  • Using npm npm i triv --save-dev
  • Using yarn yarn add triv -D

Run

  1. Add .triv.json in root of your repository.
  2. Create repository with your settings. Example
  3. Add address to your .triv.json file.

Example:

{
  "repo": "https://github.com/olegklimakov/settings-storage.git",
  "name": "settings-storage",
  "folder": "frontend"
}
  1. Run with triv command

##Todo

  • Documentation about settings repo
  • Tests
  • CI/CD with CircleCI
  • Version support to dev dependancy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published