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

feature/issue 1253 add initial directory option for init scaffolding #1280

Conversation

thescientist13
Copy link
Member

@thescientist13 thescientist13 commented Sep 11, 2024

Related Issue

related to #1253

Summary of Changes

  1. Add an option to pass an initial directory to init package
  2. Add documentation / test cases
  3. Update new website home page to promote this usage - content/promote usage of init with project name flag www.greenwoodjs.dev#93
  4. Add a .npmrc file for npm users
  5. Improve next steps console logging
  6. Add a dev script to initial package.json

@thescientist13 thescientist13 added documentation Greenwood specific docs CLI alpha.7 feature New feature or request v0.30.0 labels Sep 11, 2024
@thescientist13 thescientist13 added this to the 1.0 milestone Sep 11, 2024
@thescientist13 thescientist13 linked an issue Sep 11, 2024 that may be closed by this pull request
2 tasks
@thescientist13 thescientist13 changed the title feature/issue 1253 init scaffolding with initial directory option feature/issue 1253 add initial directory option for init scaffolding Sep 11, 2024
@@ -8,22 +8,33 @@ Init package for scaffolding out a new Greenwood project. For more information
Create a directory and then run the `init` command to scaffold a minimal Greenwood project.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to tweak this language

@thescientist13 thescientist13 force-pushed the feature/issue-1253-init-scaffolding-with-initial-directory-option branch from 6671e37 to 93fcf09 Compare September 12, 2024 00:07
@thescientist13 thescientist13 force-pushed the feature/issue-1253-init-scaffolding-with-initial-directory-option branch from ed72aa8 to dd9f8d8 Compare September 20, 2024 22:04
@thescientist13 thescientist13 merged commit 81c1f81 into release/0.30.0 Sep 20, 2024
8 checks passed
@thescientist13 thescientist13 deleted the feature/issue-1253-init-scaffolding-with-initial-directory-option branch September 20, 2024 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alpha.7 documentation Greenwood specific docs feature New feature or request Init v0.30.0
Projects
Development

Successfully merging this pull request may close these issues.

improve init package scaffolding baseline starting point
1 participant