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

feat: Sync files across repo #296

Open
HugoRCD opened this issue Nov 10, 2024 · 0 comments
Open

feat: Sync files across repo #296

HugoRCD opened this issue Nov 10, 2024 · 0 comments
Labels
feature New feature or request

Comments

@HugoRCD
Copy link
Owner

HugoRCD commented Nov 10, 2024

This feature is the first genuine GitHub capability aimed at enabling direct file uploads in Shelve, ensuring that one or multiple files stay up to date across various repositories. This feature will also function with the CLI following an upgrade of the shelve config file, which may look something like this:

# shelve.config.ts
export default {
  ecosystem: {
    name: 'my-org',
    repos: ['repo1', 'repo2'],
    shared: {
      files: ['CONTRIBUTING.md', 'CODE_OF_CONDUCT.md'],
      templates: './templates',
      branding: './branding'
    }
  },
  markdown: {
    templates: {
      readme: './templates/README.md',
      contributing: './templates/CONTRIBUTING.md'
    },
    autoUpdate: {
      contributors: true,
      dependencies: true,
      stats: true
    }
  }
}
@HugoRCD HugoRCD added feature New feature or request v2.0 labels Nov 10, 2024
@HugoRCD HugoRCD removed the v2.0 label Dec 30, 2024
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

No branches or pull requests

1 participant