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
During the resolving of #320 ; I will add a package boilerplate for each of these repositories, so once we begin to split these packages we keep a consistent structure across each repository.
Note that boilerplate will include the following:
TypeScript
ESLint + Prettier
Build with Siroc
Testing with Jest
GitHub Actions
For testing
For releasing
A Playground using the docus package and resolving the specific dependency locally
The text was updated successfully, but these errors were encountered:
The DocusGen org has been created and you all have been invited to it.
I also created a repository for each module that we need to split before releasing.
The objective is to get these:
src/defaultTheme
+src/i18n
=> https://github.com/docusgen/themesrc/app
+src/settings
=> https://github.com/docusgen/docussrc/social-image
=> https://github.com/docusgen/social-image-modulesrc/github
=> https://github.com/docusgen/github-modulesrc/core
=> https://github.com/docusgen/apisrc/core/parser
=> https://github.com/docusgen/coresrc/admin
=> https://github.com/docusgen/adminsrc/twitter
=> https://github.com/docusgen/twitter-moduleThis should be done after #520
During the resolving of #320 ; I will add a package boilerplate for each of these repositories, so once we begin to split these packages we keep a consistent structure across each repository.
Note that boilerplate will include the following:
The text was updated successfully, but these errors were encountered: