Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak readme's. Add simpler npm scripts to avoid npm install -g #81

Merged
merged 3 commits into from
Nov 11, 2016

Conversation

themadcreator
Copy link
Contributor

No description provided.

@blueprint-bot
Copy link

Tweak readme's. Add simpler npm scripts to avoid npm install -g

Preview: docs | landing | table
Coverage: core | datetime

Copy link
Contributor

@giladgray giladgray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README edits please


[![npm](https://img.shields.io/npm/v/@blueprintjs/core.svg?label=@blueprintjs/core)](https://www.npmjs.com/package/@blueprintjs/core) – Core styles & components for the UI kit.

[![npm](https://img.shields.io/npm/v/@blueprintjs/datetime.svg?label=@blueprintjs/datetime)](https://www.npmjs.com/package/@blueprintjs/datetime) – Date & time UI components.
[![npm](https://img.shields.io/npm/v/@blueprintjs/datetime.svg?label=@blueprintjs/datetime)](https://www.npmjs.com/package/@blueprintjs/datetime) – Date & time UI component.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👎 there are many components in this package


[![npm](https://img.shields.io/npm/v/@blueprintjs/table.svg?label=@blueprintjs/table)](https://www.npmjs.com/package/@blueprintjs/table) – Scalable interactive table UI components.
[![npm](https://img.shields.io/npm/v/@blueprintjs/table.svg?label=@blueprintjs/table)](https://www.npmjs.com/package/@blueprintjs/table) – Scalable interactive table UI component.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

again, package defines several components.

i struggle with how to explain the table library, because there is a component called Table but you also need several others to even get started (Cell, etc).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ legit

@@ -4,7 +4,7 @@ Blueprint is a React UI toolkit for the Web.

This package contains the core set of UI components as CSS and React code.

## Usage
## Installations
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

singular?

@@ -1,4 +1,4 @@
# [Blueprint](http://blueprintjs.com/) Date & Time Components
# [Blueprint](http://blueprintjs.com/) Date & Time Component
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

plural

@@ -1,4 +1,4 @@
# [Blueprint](http://blueprintjs.com/) Table Components
# [Blueprint](http://blueprintjs.com/) Table Component
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

plural? not sure about this one

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ spoke offline, this is legit


```
npm install --save @blueprintjs/table
npm install --save @blueprintjs/core @blueprintjs/table
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

table depends on core so it's not necessary to install explicitly.

unless we want to encourage this behavior, for version sanity?


```
npm install --save @blueprintjs/datetime
npm install --save @blueprintjs/core @blueprintjs/datetime
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

datetime depends on core which is why i didn't do this in the first place.

@blueprint-bot
Copy link

PR Comments

Preview: docs | landing | table
Coverage: core | datetime

@blueprint-bot
Copy link

One more pluralization

Preview: docs | landing | table
Coverage: core | datetime

@themadcreator themadcreator merged commit 796d511 into master Nov 11, 2016
@themadcreator themadcreator deleted the bd/readme-updates branch November 11, 2016 18:46
greglo pushed a commit to greglo/blueprint that referenced this pull request Dec 12, 2016
…ntir#81)

* Tweak readme's. Add simpler npm scripts to avoid npm install -g

* PR Comments

* One more pluralization
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants