@anthonylzq/simba.js 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -88,8 +88,8 @@ Options:
88
88
  -h, --help Show help [boolean]
89
89
 
90
90
  Examples:
91
- simba -N "Project Name" -D "Project description -a Anthony -e
92
- sluzquinosa@uni.pe"
91
+ simba -N 'Project Name' -D 'Project description' -a Anthony -e
92
+ sluzquinosa@uni.pe
93
93
 
94
94
  Developed by AnthonyLzq
95
95
  ```
package/lib/index.js CHANGED
@@ -12,7 +12,7 @@ const argv = yargs(hideBin(process.argv))
12
12
  'simba [options] (if you it installed globally) or only simba if you want to be asked for the options one by one'
13
13
  )
14
14
  .example(
15
- 'simba -N "Project Name" -D "Project description -a Anthony -e sluzquinosa@uni.pe"'
15
+ "simba -N 'Project Name' -D 'Project description' -a Anthony -e sluzquinosa@uni.pe"
16
16
  )
17
17
  .alias('N', 'projectName')
18
18
  .nargs('N', 1)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthonylzq/simba.js",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "set up a modern backend app by running one command",
5
5
  "main": "lib/index.js",
6
6
  "directories": {