README.md in graphql_scaffold_fan-0.1.3 vs README.md in graphql_scaffold_fan-0.1.4

- old
+ new

@@ -7,10 +7,11 @@ ## Installation Add this line to your application's Gemfile: ```ruby +gem 'graphql' gem 'graphql_scaffold_fan' ``` And then execute: @@ -20,10 +21,15 @@ $ gem install graphql_scaffold_fan ## Usage -TODO: Write usage instructions here +Run `rails generate -h` to see if the GraphqlScaffold genertors have been loaded correctly +Example commands: +`rails generate graphql_scaffold:init <ProjectName>` Initial command will use the root folder name as its ProjectName, so be free to enter any character here. +`rails generate graphql_scaffold:mutation <MutationName>` +`rails generate graphql_scaffold:type <TypeName>` + ## Development After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment. \ No newline at end of file