2.2.0 • Published 9 years ago
flooring-cli v2.2.0
Flooring CLI
Little CLI to help figure out the proper flooring layout given dimensions
Using
Install the module globally to expose the flooring command.
npm install -g flooring-cliFrom the terminal, run:
flooringFrom there, it will walk you through calculating how to setup your flooring.

Developing
- Initial Setup - make sure to have proper engines installed
- Clone the project.
git clone git@github.com:camacho/flooring.git. - Install dependencies.
yarn - Run the app.
yarn dev
Engines
- yarn: >=0.24.5
- node: ^8.0.0