-
Notifications
You must be signed in to change notification settings - Fork 5
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
Scaffold tool (create-component) #129
Conversation
fczuardi
commented
Nov 27, 2017
•
edited
Loading
edited
- creates a tool to generate the farmblocks scaffold as a npm package
- closes Build task to scaffold a new component #128
Changes Unknown when pulling fa5a3fb on feature/scaffold into ** on master**. |
fa5a3fb
to
bb4064d
Compare
Changes Unknown when pulling bb4064d on feature/scaffold into ** on master**. |
bb4064d
to
acad0c6
Compare
Changes Unknown when pulling acad0c6 on feature/scaffold into ** on master**. |
acad0c6
to
d6cc179
Compare
Changes Unknown when pulling d6cc179 on feature/scaffold into ** on master**. |
d6cc179
to
27a4be7
Compare
Changes Unknown when pulling 27a4be7 on feature/scaffold into ** on master**. |
Changes Unknown when pulling b63f274 on feature/scaffold into ** on master**. |
b63f274
to
db19fd0
Compare
Changes Unknown when pulling db19fd0 on feature/scaffold into ** on master**. |
db19fd0
to
cc81c51
Compare
Changes Unknown when pulling cc81c51 on feature/scaffold into ** on master**. |
Changes Unknown when pulling 498e024 on feature/scaffold into ** on master**. |
Changes Unknown when pulling 7b0171e on feature/scaffold into ** on master**. |
Changes Unknown when pulling ecec095 on feature/scaffold into ** on master**. |
d2ed567
to
923ccab
Compare
Changes Unknown when pulling 923ccab on feature/scaffold into ** on master**. |
923ccab
to
3d1c91c
Compare
forgot to add the npm task, going back to [wip] |
also, snyk failed with two security concerns, kinda of expected in the case of the shelljs dependency, that have the purpose of executing shell commands, but might need some digging on the current github discussions of each project (and might be possible to replace with less powerful tools) so I will keep this on hold for a little longer |
3d1c91c
to
1b14d97
Compare
Changes Unknown when pulling 1b14d97 on feature/scaffold into ** on master**. |
I have opened issue #213 to keep track of the exceptions I am about to add in the snyk policy file, and to allow us to unblock this PR |
affects: @crave/farmblocks-dev-scaffold squash! feat(package.json): initial package.json with script to create component
affects: @crave/farmblocks-dev-scaffold
affects: @crave/farmblocks-dev-scaffold include the initial files, package, readme, and a copy of the root AUTHORS file ISSUES CLOSED: #128 create component create component
affects: @crave/farmblocks-dev-scaffold
affects: @crave/farmblocks-dev-scaffold
affects: @crave/farmblocks-dev-scaffold
affects: @crave/farmblocks-dev-scaffold
…mponents add dev-scaffold tool as a dev dependency of the root and include a npm script create-component to use it
7012925
to
5696eec
Compare
Changes Unknown when pulling 5696eec on feature/scaffold into ** on master**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything else looks great! 🥇
packages/scaffold/package.json
Outdated
"name": "@crave/farmblocks-dev-scaffold", | ||
"version": "0.1.0", | ||
"description": "Helper tool for creating a new farmblock component", | ||
"author": "Crave Food Services and AUTHORS", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to Crave Food Systems and AUTHORS
"name": "@crave/farmblocks-${shortName}", | ||
"version": "0.1.0", | ||
"description": "${description}", | ||
"author": "Crave Food Services and AUTHORS", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to Crave Food Systems and AUTHORS
affects: @crave/farmblocks-dev-scaffold
61f1b90
to
2ddd860
Compare
Changes Unknown when pulling c94904d on feature/scaffold into ** on master**. |
change requests addressed |
Changes Unknown when pulling edebbeb on feature/scaffold into ** on master**. |
Changes Unknown when pulling 6223518 on feature/scaffold into ** on master**. |