Coder Social home page Coder Social logo

make-yuml's Introduction

Grenadingue.github.io

My curriculum vitæ

Dependencies

Install

npm install

Run

Regenerate & open web version

npm run start

Only regenerate web version

npm run regenerate

Only open local web version

npm run open

make-yuml's People

Contributors

grenadingue avatar

Stargazers

 avatar

Watchers

 avatar  avatar

make-yuml's Issues

Moving from Python to Shell

Hello,

I wonder whether we could use my small shell client of yuml instead of the python one. Less dependency, but a bit more work to do. Makefile loves shell ;)

My client is a bit old. A lifting may be needed. Also, I know more shell than before ;)

Cheers,

Make yuml does not work

Broken dependency?

The yuml.me API might have been updated, and github.com/wandernauta/yuml does not comply anymore with it

Test output with an emtpy file, trying to generate a class diagram

[nicolas@Nico-PC diagrams]$ make
yuml -i software_diagram.class.yuml.txt -o software_diagram.class.yuml.png -f png -t class -v -s plain --scale 200
[yuml] Reading from software_diagram.class.yuml.txt
[yuml] Done reading.
[yuml] Data: dsl_text=.png
[yuml] Requesting http://yuml.me/diagram/plain;scale:200/class/
Traceback (most recent call last):
  File "/usr/bin/yuml", line 185, in <module>
    main()
  File "/usr/bin/yuml", line 182, in main
    request.run()
  File "/usr/bin/yuml", line 126, in run
    img_name = urlopen(req).read().decode('utf-8')
  File "/usr/lib/python2.7/encodings/utf_8.py", line 16, in decode
    return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0x89 in position 0: invalid start byte
make: *** [yuml.mk:58: software_diagram.class.yuml.png] Error 1

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.