Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ravid7000/tasky-cli
Command line tool for Tasky
https://github.com/ravid7000/tasky-cli
Last synced: 5 days ago
JSON representation
Command line tool for Tasky
- Host: GitHub
- URL: https://github.com/ravid7000/tasky-cli
- Owner: ravid7000
- Created: 2019-05-09T06:25:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T09:50:42.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T13:27:31.637Z (over 1 year ago)
- Language: JavaScript
- Size: 462 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tasky CLI
# Prerequisite
```sh
node >= 10.x
yarn >= 1.13.0
vscode >= 1.30
```# Installation
Install dependencies using `npm` or `yarn` (recommended)```sh
yarn
```
or
```sh
npm install
```# Start `dev` server
```sh
yarn start
```
or
```sh
npm start
```# Build Project
```sh
yarn build
```
or
```sh
npm run build
```