Code Monkey home page Code Monkey logo

tmanager's Introduction

tmanager

Node.js Tests

Prepare

Install dependencies

npm i

if on linux, make tmanager executable

chmod +x tmanager

on windows with powershell

.\tmanager

Configure Firebase Admin

Alter the file firebase-admin.json with your firebase admin credentials.

Run tests

npm test

CLI commands

Inserts

Inline

tmanager -i '[{\"description\":\"Criar Login\",\"responsable\":\"bruno\",\"status\":\"done\"}, {\"description\":\"Criar Menu\",\"responsable\":\"bruno\",\"status\":\"doing\"}, {\"description\":\"Criar tela de perfil\",\"responsable\":\"bruno\",\"status\":\"todo\"}]'

or

tmanager --insert '[{\"description\":\"Criar Login\",\"responsable\":\"bruno\",\"status\":\"done\"}, {\"description\":\"Criar Menu\",\"responsable\":\"bruno\",\"status\":\"doing\"}, {\"description\":\"Criar tela de perfil\",\"responsable\":\"bruno\",\"status\":\"todo\"}]'

File

tmanager -f /path/to/file.json

or

tmanager --file /path/to/file.json

List

tmanager -s

or

tmanager --select

To filter data, use --filter option with -s or --select option

tmanager -s --filter status=done

Clear

tmanager -c

or

tmanager --clear

Web Daemon

tmanager -d

or

tmanager --daemon

API

Inserts

curl -X POST \
  http://localhost:3000/insert-tasks \
  -H 'Content-Type: application/json' \
  -d '[{"description":"Criar Login","responsable":"bruno","status":"done"}, {"description":"Criar Menu","responsable":"bruno","status":"doing"}, {"description":"Criar tela de perfil","responsable":"bruno","status":"todo"}]'

List

curl -X GET \
  http://localhost:3000/get-tasks \
  -H 'Content-Type: application/json'

tmanager's People

Contributors

schivei avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.