Skip to content
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

Add a package to create a project #2

Closed
janechu opened this issue Mar 7, 2022 · 0 comments · Fixed by #15
Closed

Add a package to create a project #2

janechu opened this issue Mar 7, 2022 · 0 comments · Fixed by #15
Assignees
Milestone

Comments

@janechu
Copy link
Contributor

janechu commented Mar 7, 2022

Description

A package with the naming convention starting with create should be added to facilitate using npm and npx for creating a project.

Requirements

  • Create a package named @microsoft/create-fast-project
  • Initialize with a utility from @microsoft/fast-cli
@janechu janechu self-assigned this Mar 7, 2022
@janechu janechu transferred this issue from microsoft/fast Mar 28, 2022
@janechu janechu added this to the CLI 1.0 milestone Mar 28, 2022
@janechu janechu mentioned this issue Apr 7, 2022
3 tasks
janechu added a commit that referenced this issue Apr 14, 2022
# Pull Request

## 📖 Description

<!--- Provide some background and a description of your work. -->
Added the CLI package which will install the default package.

### 🎫 Issues

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

## ✅ 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.
-->
- #2
janechu added a commit that referenced this issue Jul 20, 2022
# Pull Request

## 📖 Description

<!--- Provide some background and a description of your work. -->
This change does the following:
- Adds a quick installation and initialization package
- Updates the package.json files to point to the fast-cli repository

### 🎫 Issues

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

## 👩‍💻 Reviewer Notes

The build will fail until the other packages have been published.

## ✅ Checklist

### General

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

- [ ] 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.
-->
- Plan next steps for MVP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant