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
To help ensure consistency across our organization's repositories, streamline setup, and assist external parties in taking advantage of our tools and processes, we aim to build utilities that can assist in automatically bootstrapping the initial contents of a new repository using our standard structure and tools.
Specifically, we intend to use Nx's "generator" utilities to set up a repository with the following:
README
Nx configuration
VSC editor configuration
Git configuration (gitignore/gitconfig)
Linting
CI
Commit hooks
Automated releases and publication (if desired)
Code license
Root package configuration, including npm workspaces configuration
Nx can also be used to keep these in sync as changes are made over time
The text was updated successfully, but these errors were encountered:
This has been largely implemented via the @eternagame/bootstrap package and the preset generator in @eternagame/nx-plugin. I want to consider whether or not Docker configuration should be involved before closing this out
To help ensure consistency across our organization's repositories, streamline setup, and assist external parties in taking advantage of our tools and processes, we aim to build utilities that can assist in automatically bootstrapping the initial contents of a new repository using our standard structure and tools.
Specifically, we intend to use Nx's "generator" utilities to set up a repository with the following:
Nx can also be used to keep these in sync as changes are made over time
The text was updated successfully, but these errors were encountered: