https://github.com/julianhm9612/boole-js
Library to solve Boolean exercises 0️⃣ 1️⃣ 0️⃣ 1️⃣ 0️⃣ 1️⃣
https://github.com/julianhm9612/boole-js
conditionals gates
Last synced: over 1 year ago
JSON representation
Library to solve Boolean exercises 0️⃣ 1️⃣ 0️⃣ 1️⃣ 0️⃣ 1️⃣
- Host: GitHub
- URL: https://github.com/julianhm9612/boole-js
- Owner: Julianhm9612
- License: mit
- Created: 2018-07-26T18:37:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T15:42:54.000Z (over 7 years ago)
- Last Synced: 2025-02-12T02:56:14.158Z (over 1 year ago)
- Topics: conditionals, gates
- Language: TypeScript
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **boole-js**
Library to solve Boolean exercises 0️⃣ 1️⃣ 0️⃣ 1️⃣ 0️⃣ 1️⃣
## Instructions to develop
1. Install the dev dependencies:
~~~
npm i
~~~
2. Install globally:
- Webpack
~~~
npm i -g webpack
~~~
- Webpack-cli
~~~
npm i -g webpack-cli
~~~
- Jest
~~~
npm i -g jest
~~~
## To execute tests
Run the next command line:
~~~
jest
~~~
About
--------
> 👨 **[@Julianhm9612](https://github.com/Julianhm9612)**