flooring-cli
v2.2.0
Published
Little CLI to help figure out the proper flooring layout given dimensions
Downloads
4
Readme
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-cli
From the terminal, run:
flooring
From 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 [email protected]:camacho/flooring.git
. - Install dependencies.
yarn
- Run the app.
yarn dev
Engines
- yarn: >=0.24.5
- node: ^8.0.0