Skip to content

Commit

Permalink
Merge 783588c into 138be61
Browse files Browse the repository at this point in the history
  • Loading branch information
afontainec committed Apr 9, 2019
2 parents 138be61 + 783588c commit 6383ec0
Show file tree
Hide file tree
Showing 4 changed files with 355 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ script:
- npm run test
- npm run coverage
- npm run linter
after_success:
- npm run coveralls
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Chinchay [![Build Status](https://travis-ci.com/afontainec/chinchay.svg?branch=master)](https://travis-ci.com/afontainec/chinchay)
# Chinchay [![Build Status](https://travis-ci.com/afontainec/chinchay.svg?branch=master)](https://travis-ci.com/afontainec/chinchay) [![Coverage Status](https://coveralls.io/repos/github/afontainec/chinchay/badge.svg?branch=coveralls)](https://coveralls.io/github/afontainec/chinchay?branch=coveralls)

Building a web app can be very time consuming and tedious, but Chinchay will help you speed up your development. Use Chichay CLI to automate the CRUD (Create, Read, Update, Delete) operations with a MVC (Model View Controller) architecture pattern. You can easily configure it and modify it. It you are a bit lost, Chinchay does provide a default Structure.

Expand Down

0 comments on commit 6383ec0

Please sign in to comment.