1.3.2 ā€¢ Published 3 years ago

triv v1.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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
1.2.0

3 years ago

1.0.2

3 years ago

1.1.0

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago