Commit 577bb48
authored
Approach 0.1.0 for the project (#1)
* Template for the new project
* Utils created
- Copy folder recursively
- Replace a string by a dictionary
- Get object format for placeholders
* Generic process to build the new project
* Project class
- some issues with git values
* Dependencies and linter
* Command for dependencies with output for results
* Note for a fix needed
* Fix linting rules
* Update copy to do it sync and method to promify the exec
* Constructor default values for project and git methods
* Git utilities module
* Wrap function for packageGenerator
* Renamed git handler module
* Included information for the oauth for github
* commit and addRemote methods for git
* github handler to create repositories
* git method to push
* git values for project object
* Updated error msg for exec promised
* Included logic to create github repository, commit and push
* documentation
* Added documentation for methods
* MD fixes on readme
* Included eslint-plugin-node
* Promisified spawn for npm commands
* Fix for the status code from github response
* First approach for the questionnarie
* Function to generate project name with dashes
* New keywords
* First licenses files
* Updates on the TO-DOs progress
* Fix typo on questionnarie module name
* Test and cleanup scripts
* Method to delete a directory
* Adding questions for auth and github
* Move auth to its own module and add method to delete github repo
* :nailcare: Linter happiness
* 🔜 progress on the to-do list
* cwd for exec method
* Fix keywords and templating dictionary values
* 🔜 Update progress on to-do list
* Messaging for different processes
* 💅 Linter happiness
* Validations for questionnaire when project use github or has remote
* Validations for questionnaire when project use github or has remote
* 🔜 Updated the progress on to-do list
* Fix issue with path for auth.json
* New settings object to handle testing packages
* Improve folder structure for project
* 💅 Improve documentation
* Changed the settings to object instead of instance of class
* Using settings on auth
* Fix message when a github repository is deleted
* 💅 Linter happiness
* Include extra properties to create the github repo
* Add bin value in package.json1 parent f040b53 commit 577bb48
File tree
23 files changed
+1412
-589
lines changed- licenses
- src
- auth
- gitHandler
- githubHandler
- project
- questionnaire
- settings
- utils
- template
- src
- test
23 files changed
+1412
-589
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | | - | |
10 | | - | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 18 | + | |
23 | 19 | | |
24 | 20 | | |
25 | 21 | | |
26 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
27 | 86 | | |
28 | | - | |
| 87 | + | |
| 88 | + | |
29 | 89 | | |
30 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
31 | 96 | | |
32 | 97 | | |
33 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments