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

feat(cli): supports calling without arguments for create #23

Merged
merged 2 commits into from
Apr 23, 2022
Merged

Conversation

Cphayim
Copy link
Member

@Cphayim Cphayim commented Apr 23, 2022

Supports calling without arguments for create

vrn create app

# Will ask for `folderName`
vrn create

Note that if you call with no arguments and pass the --yes option, you will get an error

@Cphayim Cphayim changed the title feat(boi): create command supports calling without arguments feat(boi): supports calling without arguments for create Apr 23, 2022
@codecov
Copy link

codecov bot commented Apr 23, 2022

Codecov Report

Merging #23 (9a3f909) into main (b995c64) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #23      +/-   ##
==========================================
+ Coverage   98.08%   98.09%   +0.01%     
==========================================
  Files          33       33              
  Lines        2033     2052      +19     
  Branches      168      172       +4     
==========================================
+ Hits         1994     2013      +19     
  Misses         37       37              
  Partials        2        2              
Impacted Files Coverage Δ
...es/command-boilerplate/src/create/create.action.ts 100.00% <100.00%> (ø)
...s/command-boilerplate/src/create/create.command.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9126ea1...9a3f909. Read the comment docs.

Hoyoe
Hoyoe previously approved these changes Apr 23, 2022
@Cphayim Cphayim changed the title feat(boi): supports calling without arguments for create feat(cli): supports calling without arguments for create Apr 23, 2022
@Cphayim Cphayim merged commit 65a4158 into main Apr 23, 2022
@Cphayim Cphayim deleted the feat/init branch April 23, 2022 13:16
@Cphayim Cphayim added the features Some new features have been added label Apr 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
features Some new features have been added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants