Skip to content

Commit

Permalink
Added add-component command (#36)
Browse files Browse the repository at this point in the history
# Pull Request

## 📖 Description

<!--- Provide some background and a description of your work. -->
This adds the `add-component` command. It uses a blank template and therefore will not pass the build until #35 is merged.

### 🎫 Issues

<!---
List and link relevant issues here using the keyword "closes"
if this PR will close an issue, eg. closes #411
-->
Closes #30

## 👩‍💻 Reviewer Notes

<!---
Provide some notes for reviewers to help them provide targeted feedback and testing.
-->
This is a rather long one. I would take a look first at #35 and see how the configurable blank template is setup before looking at this PR.

## ✅ Checklist

### General

<!--- Review the list and put an x in the boxes that apply. -->

- [x] I have added tests for my changes.
- [x] I have tested my changes.
- [x] I have updated the project documentation to reflect my changes.

## ⏭ Next Steps

<!---
If there is relevant follow-up work to this PR, please list any existing issues or provide brief descriptions of what you would like to do next.
-->
- #31
  • Loading branch information
janechu committed May 6, 2022
1 parent 72fedc5 commit c3d0356
Show file tree
Hide file tree
Showing 22 changed files with 67,648 additions and 15,909 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
- name: Check for the presence of changed files inside ./change
run: npm run check

- name: Set npm version
run: npm install -g npm@7.18.1

- name: Build
run: npm run build --if-present

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ storybook-static
# tmp directories
.tmp/
temp/
temp-component/

# GitHub Actions Local Testing
.github/workflows/testing/*.json
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "remove change to cfp-template tsconfig",
"packageName": "@microsoft/cfp-template",
"email": "7559015+janechu@users.noreply.github.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Added add-component command",
"packageName": "@microsoft/fast-cli",
"email": "7559015+janechu@users.noreply.github.com",
"dependentChangeType": "none"
}

0 comments on commit c3d0356

Please sign in to comment.