Closed mgarciaar closed 2 years ago
Merging feature/#547-add-name-argument-on-new-pilet into develop impact files as follow:
Files | new size | |
---|---|---|
Unmodified (2) | 250 kB (0 B / +0%) | :ghost: |
Total (2) | 250 kB (0 B / +0%) | :ghost: |
Files | new size | |
---|---|---|
Unmodified (3) | 2.04 MB (0 B / +0%) | :ghost: |
Total (3) | 2.04 MB (0 B / +0%) | :ghost: |
Files | new size | |
---|---|---|
Unmodified (3) | 638 kB (0 B / +0%) | :ghost: |
Total (3) | 638 kB (0 B / +0%) | :ghost: |
Files | new size | |
---|---|---|
Unmodified (3) | 304 kB (0 B / +0%) | :ghost: |
Total (3) | 304 kB (0 B / +0%) | :ghost: |
Generated by @jsenv/file-size-impact during check-bundle-size#3183524571 on 7925032
Merging feature/#547-add-name-argument-on-new-pilet into develop impact files as follow:
Files | new size | |
---|---|---|
Unmodified (2) | 250 kB (0 B / +0%) | :ghost: |
Total (2) | 250 kB (0 B / +0%) | :ghost: |
Files | new size | |
---|---|---|
Unmodified (3) | 2.04 MB (0 B / +0%) | :ghost: |
Total (3) | 2.04 MB (0 B / +0%) | :ghost: |
Files | new size | |
---|---|---|
Unmodified (3) | 638 kB (0 B / +0%) | :ghost: |
Total (3) | 638 kB (0 B / +0%) | :ghost: |
Files | new size | |
---|---|---|
Unmodified (3) | 304 kB (0 B / +0%) | :ghost: |
Total (3) | 304 kB (0 B / +0%) | :ghost: |
Generated by @jsenv/file-size-impact during check-bundle-size#3183598640 on 73d2eee
Add "name" argument to Pilet new. Changed appName argument of
piral new
to have the same syntax.New Pull Request
For more information, see the
CONTRIBUTING
guide.Prerequisites
Please make sure you can check the following boxes:
Type(s) of Changes
Contribution Type
What types of changes does your code introduce? Put an
x
in all the boxes that apply:Description
Added argument "name" to
pilet new
command, used to assign the name to the package.json "project name". Also, I changed thepiral new --app-name
to have the same syntax:piral new --name
.