Comparing version 1.2.0 to 1.2.1
@@ -186,2 +186,9 @@ #!/usr/bin/env node | ||
config.set(coc); | ||
const email = await qoa.input({ | ||
query: " Enter Email:", | ||
handle: "email" | ||
}); | ||
config.set(email); | ||
} | ||
@@ -292,3 +299,3 @@ | ||
await write_files( | ||
".", coc.get_coc(lang_id), | ||
".", coc.get_coc(lang_id,config.get('email')), | ||
"CODE_OF_CONDUCT", "md" | ||
@@ -295,0 +302,0 @@ ); |
{ | ||
"name": "qikstart", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "CLI tool to kick-start a GitHub repository (LICENSE,CODE-OF-CONDUCT,README,ISSUE-TEMPLATE and many more..)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
2505
157106