bootstrap-datepicker icon indicating copy to clipboard operation
bootstrap-datepicker copied to clipboard

Readme Install instructions npm and yarn

Open JoshKasap opened this issue 2 years ago • 0 comments

Why does the readme not include proper install instructions?

You should have an install instructions header the similar to what you do for development. Also the npm/yarn links should direct to the actual bootstrap datepicker page for each respectively. I always struggle to find out what exactly I need to type to do this using npm since no install instructions can be seen on both the website and this github page. Manually searching bootstrap-datepicker on npm returns a lot of random packages which can cause confusion.

Something like the following should be included in the github readme

Installation

  • yarn
// whatever the code is to install via yarn
npm i bootstrap-datepicker

JoshKasap avatar Mar 01 '22 22:03 JoshKasap