Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Standard Readme #8

Merged
merged 4 commits into from
Jun 9, 2017
Merged

Standard Readme #8

merged 4 commits into from
Jun 9, 2017

Conversation

dgrdl
Copy link
Contributor

@dgrdl dgrdl commented Jun 9, 2017

No description provided.

@dgrdl dgrdl self-assigned this Jun 9, 2017
@dgrdl dgrdl requested review from domtra and emcarru June 9, 2017 13:44
Doğa Gürdal added 2 commits June 9, 2017 16:08
this is not supposed to be installed locally, so shouldn't be here
@dgrdl dgrdl mentioned this pull request Jun 9, 2017
Copy link
Contributor

@emcarru emcarru left a comment

Choose a reason for hiding this comment

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

Being pedantic


A Yeoman generator for Flynt components.
> A Yeoman generator for Flynt
Copy link
Contributor

Choose a reason for hiding this comment

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

How about

A Yeoman generator for the Flynt Framework.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We discussed this and left out framework because Flynt is not listed anywhere as the Flynt Framework right? And framework would have to be lowercase, which looks weird.

Copy link
Contributor

Choose a reason for hiding this comment

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

True, seems like we are a little inconsistent at the moment actually and sometimes refer to it as 'the Flynt framework' - like in the CLI and the core repo descriptions.


## Install

The used node version should be `^6`. If you use a node version manager (e.g. [nave](https://github.com/isaacs/nave)), use `npm` to install globally:
Copy link
Contributor

@emcarru emcarru Jun 9, 2017

Choose a reason for hiding this comment

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

The node version used with this generator

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copied from flynt-cli. I think it's obvious it's for the generator since you are reading the install instructions for the generator...

Copy link
Contributor

Choose a reason for hiding this comment

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

OK, but the word order just needs flipping around because that sounds weird in english.

The node version used not the used node version

The used node version should be `^6`. If you use a node version manager (e.g. [nave](https://github.com/isaacs/nave)), use `npm` to install globally:

```bash
$ npm i -g @flyntwp/generator-flynt
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we add the $ now? We don't do this in the main flynt docs, just wondering if we should?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copied from flynt-cli. No idea, but I have seen this in many readmes and docs.


This project is maintained by [bleech](https://bleech.de).

Main people in charge of the repo are:
Copy link
Contributor

Choose a reason for hiding this comment

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

The main people in charge of this repo are:

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Could change it.. this needs to be adjusted in all flynt readmes then.

To contribute, please use github [issues](https://github.com/flyntwp/generator-flynt/issues). If you are a developer and would like to submit a pull request, do the following:

1. Fork the project and clone it.
2. Run npm install inside the cloned folder.
Copy link
Contributor

Choose a reason for hiding this comment

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

Run npm install (missing backquotes)


If you want to check or uncheck a file for the generator make sure to use **space** to check/uncheck your selection. **enter** will submit your selection.
Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
Copy link
Contributor

Choose a reason for hiding this comment

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

I would remove 'small note:'. It's a requirement not a small note ;-)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is also something that's the same in all Flynt readmes.

@@ -1,7 +1,7 @@
{
"name": "@flyntwp/generator-flynt",
"version": "0.1.0",
"description": "Yeoman Generator for the Flynt Framework",
"description": "A Yeoman generator for Flynt",
Copy link
Contributor

Choose a reason for hiding this comment

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

I preferred it as "the Flynt Framework" but that's me..

Copy link
Contributor Author

Choose a reason for hiding this comment

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

see first comment

@dgrdl dgrdl merged commit 7520680 into master Jun 9, 2017
@dgrdl dgrdl deleted the standard-readme branch June 9, 2017 14:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants