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 TypeScript template #62

Merged
merged 10 commits into from
Oct 20, 2022
Merged

Add TypeScript template #62

merged 10 commits into from
Oct 20, 2022

Conversation

spaenleh
Copy link
Member

This PR adds the typescript template to the cli and adapts it to the new Graasp.

We will release a new version (0.5.0) or maybe a major bump.

closes #61

@spaenleh spaenleh added the feature New feature or request label Oct 10, 2022
@spaenleh spaenleh self-assigned this Oct 10, 2022
@spaenleh spaenleh changed the title 61/add type script template Add TypeScript template Oct 11, 2022
Copy link
Member

@juancarlosfarah juancarlosfarah left a comment

Choose a reason for hiding this comment

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

Looks great! Just some minor comments and questions.

package.json Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
src/config.js Outdated Show resolved Hide resolved
.husky/pre-commit Outdated Show resolved Hide resolved
src/prompt.js Outdated Show resolved Hide resolved
src/prompt.js Outdated Show resolved Hide resolved
src/initStarter.js Outdated Show resolved Hide resolved
src/initStarter.js Outdated Show resolved Hide resolved
src/writeEnvFiles.js Outdated Show resolved Hide resolved
Copy link
Member

@juancarlosfarah juancarlosfarah left a comment

Choose a reason for hiding this comment

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

Looks great! Just some minor questions / comments.

.husky/pre-push Outdated Show resolved Hide resolved
src/config.js Outdated Show resolved Hide resolved
src/initStarter.js Show resolved Hide resolved
src/prompt.js Show resolved Hide resolved
src/writeEnvFiles.js Outdated Show resolved Hide resolved
Copy link
Member

@juancarlosfarah juancarlosfarah left a comment

Choose a reason for hiding this comment

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

Removing extra things as discussed.

@spaenleh spaenleh requested review from juancarlosfarah and removed request for chau-alexandre October 20, 2022 11:58
@juancarlosfarah juancarlosfarah self-assigned this Oct 20, 2022
@juancarlosfarah juancarlosfarah removed the request for review from pyphilia October 20, 2022 13:19
Copy link
Member

@juancarlosfarah juancarlosfarah left a comment

Choose a reason for hiding this comment

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

Almost there! Looking pretty good. Just some minor comments / questions.

src/createCli.js Outdated Show resolved Hide resolved
src/config.js Outdated Show resolved Hide resolved
}
}
};

const writeChangeLog = async (rootPath) => {
Copy link
Member

Choose a reason for hiding this comment

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

I actually think we no longer need to write the CHANGELOG file. This used to be because standard-version did not write the first version of the file, but now I think they do. Can you confirm / remove, please?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, there is no need to create the changelog file anymore. It is done automatically when doing the first release.
As a side note, the package standard-version is marked as deprecated since this summer (lack of maintainers i think).
But for the moment it is fine i think. And there is a fork that proposes itself as a successor, see this issue

Copy link
Member

@juancarlosfarah juancarlosfarah left a comment

Choose a reason for hiding this comment

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

🎉

@spaenleh spaenleh merged commit 1bf7a25 into master Oct 20, 2022
@spaenleh spaenleh deleted the 61/addTypeScriptTemplate branch November 30, 2022 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add typescript template for new graasp
2 participants