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

fix(generator): using configFile in configPath to get the config file name #883

Merged
merged 10 commits into from May 24, 2019
Merged

fix(generator): using configFile in configPath to get the config file name #883

merged 10 commits into from May 24, 2019

Commits on May 12, 2019

  1. fix(generator): using configFile in configPath

    Passing {configFile:configFile} to the env.run(generator) as second
    argument in packages/utils/modify-config.ts and using this property in generator class to get the
    configPath in generator class constructor in remove-generator.ts
    anikethsaha committed May 12, 2019
    Copy the full SHA
    2ca57a2 View commit details
    Browse the repository at this point in the history
  2. fix(lint): added semicolon

    added semicolon in line 35
    anikethsaha committed May 12, 2019
    Copy the full SHA
    0b65ba8 View commit details
    Browse the repository at this point in the history
  3. fix(lint): remove blank line and added space

    removed the blank line and added space in env.run method 's second argument.
    anikethsaha committed May 12, 2019
    Copy the full SHA
    e007c45 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. chore: removed the if-statement

    removed the if-statement and added space
    anikethsaha committed May 13, 2019
    Copy the full SHA
    c395c16 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. fix(init): refractor the init-generator to fix entry issue

    Changed the init-generator code to fix the entry point issue when the
    entry point was answered
    anikethsaha committed May 21, 2019
    Copy the full SHA
    118ac1d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0e762d7 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. fix(init): refractor the init-generator to fix entry issue

    Changed the init-generator code to fix the entry point issue when the
    entry point was answered
    anikethsaha committed May 23, 2019
    Copy the full SHA
    04e7b17 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7dc7a74 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f8ddc41 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    737934b View commit details
    Browse the repository at this point in the history