Giter VIP home page Giter VIP logo

kuniri's Introduction

KUNIRI

Build Status Code Climate Test Coverage Stories in Ready


What is Kuniri?

Briefly, the main objective of Kuniri is: parse any kind of language to a common model file. Initially, the main objective of Kuniri was to provide a way to dynamically generate diagrams and traceability based on code. However, the parser proved much more useful for many other kinds of applications; thus, the focus shifted to the parser's creation.

Kuniri will inspect the source code, extract information to generate diagrams and provide the traceability. This file is similar to a XML file, and follows a strong pattern. This feature gives flexibility to other tools read the file and process anything they want.

Additionally, Kuniri was designed to grow to three main directions: support for different languages, provide ways of monitoring the source and provide options to extract the information.


What is the the meaning of "kuniri"?

Kuniri is an esperanto word, that means "go with" or "follow". This name was chosen because of the idea to keep following your code project with diagrams and traceability.


Development

  • System Dependencies (Kubuntu/Ubuntu)
  • YARD 0.8
  • RSpec 3.1.7
  • Rake 10.4
  • Guard-rspec 4.2
  • Ruby version: 2.1
  • Run test suit
  • rake spec or spec
  • YARD documentation
  • yardoc

Install

Kuniri can be installed with

rake install

After installing you can check the commands with

kuniri -h

How to use

If you want to use kuniri in your project, first you have to create ".kuniri" file. The example below show the basic syntax:

language:ruby
source:lib/
output:bin/
extract:uml

Finally, you can navigate under your project with the command:

kuniri -i

-i means "iterative mode". After you entered into iterative mode you can type:

ls

This command will show all the files already parsed. After you take a look in all the files, you can "enter" in some of the files to get some more details:

cd <nameOfTheFile>

Inside of the file, you can take a look at the method or attributes with:

ls -a
ls -m

-a means "attribute" and -m "method", when you are inside of the file.


Author

kuniri's People

Contributors

gustjc avatar mattioli avatar rodrigosiqueira avatar

Watchers

 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.