Skip to content

wseven7677/tomatoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍅 TOMATOO

git repo npm package node compatibility download


a pomodoro cli tool

node 14.17.2|pnpm 6.22.2

Install

npm install -g tomatoo

*Considering the problem of duplicate names, the name is tomatoo

Usage

tomato start
or
tomatoo start

Develop

.
├── CHANGELOG.md
├── README.md
├── dev.sh
├── dist
├── package.json
├── pnpm-lock.yaml
├── src
│   ├── commands
│   │   └── start.ts
│   ├── index.ts
│   └── utils
│       └── index.ts
└── tsconfig.json
./dev.sh

Publish

npm login
npm publish