1.3.2 ⢠Published 4 years ago
triv v1.3.2
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
- Install package
- Using npm
npm i triv --save-dev - Using yarn
yarn add triv -D
Run
- Add
.triv.jsonin root of your repository. - Create repository with your settings. Example
- Add address to your
.triv.jsonfile.
Example:
{
"repo": "https://github.com/olegklimakov/settings-storage.git",
"name": "settings-storage",
"folder": "frontend"
}- Run with
trivcommand
##Todo
- Documentation about settings repo
- Tests
- CI/CD with CircleCI
- Version support to dev dependancy