Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Dalton committed Apr 24, 2021
1 parent ad986c2 commit 0a92356
Show file tree
Hide file tree
Showing 4 changed files with 772 additions and 109 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: node_js
node_js:
- stable
install:
- npm install
script:
- npm run test
after_script: cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[![Build Status](https://travis-ci.org/codyjdalton/enigma.svg?branch=main)](https://travis-ci.org/codyjdalton/enigma) [![Coverage Status](https://coveralls.io/repos/github/enigma/litstack/badge.svg?branch=main)](https://coveralls.io/github/codyjdalton/enigma?branch=main)

# Enigma

Simple implemention of an Enigma machine

## Getting Started

```
> npm install; npm test;
```
Loading

0 comments on commit 0a92356

Please sign in to comment.