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

Automatically change reference to project when creating new project #10

Closed
alanrodas opened this issue Nov 22, 2023 · 0 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@alanrodas
Copy link
Member

Upon creating a new project with "create" command, the project name is given, and used as a folder name.
The name of the project is then known to the tool at runtime, and may be used in the exported package.json and README files instead of "a-new-gobstones-library" currently in use. This will also ensure an out-of-the-box working cli for cli-library apps if the reference is changed in the exported binary.

@alanrodas alanrodas added the enhancement New feature or request label Nov 22, 2023
@alanrodas alanrodas self-assigned this Nov 22, 2023
alanrodas added a commit that referenced this issue Nov 23, 2023
The default contents of package.json files have changed to include a standarized exports and the
typesVerions in all module types. Additionally, change the way in which create and init works, so
that reference to the library name are added to package.json and README files.

fix #8 #9 #10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant