Giter Club home page Giter Club logo

my-mini-printer-api's People

Watchers

 avatar

my-mini-printer-api's Issues

As command line user, I want to print a markdown message

Goal

As command line user, I want to print a markdown message

Dod

Given I have a virtual printer listening "virtual-printer.input" file.

Scenario : I successfuly print the file "full-example" in markdown
When I execute command "print resources/full-example.md"
Then the command is successfully executed
And the command print "Printing resources/full-example.md"
And the printer "virtual-printer.input" is equal to "resources/full-example.escpos.print"

Scenario : I give a not existing file to the command
When I execute command "print not-exist-file"
Then the command return an error
And the command print "Error : \"not-exist-file\" not exist"

Scenario : I give a bad markdown file to the command
When I execute command "print resources/bad-file.md"
Then the command return an error
And the command print "Error : \"resources/bad-file.md\" is not a valide markdown file"

Scenario : I give no argument to the command
When I execute command "print"
Then the command return an error
And the command print "Error : parameters 1 is missing"

Story -> Dev

  • [] Transform markdown to esc/pos instructions

Work-dev

  • install https://github.com/erusev/parsedown lib
  • create a custom parser (inherit from parsedown lib) that transform markdown -> esc/pos
  • write a command that take a *.md file on input and send instructions esc/pos
  • write corresponding TU tests
  • write a TF full test with a big markdown file and compare the transformation with a binary file (do a mock of esc/pos output)

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.