You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: