Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```