bootstrap-datepicker
bootstrap-datepicker copied to clipboard
Readme Install instructions npm and yarn
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