-
Notifications
You must be signed in to change notification settings - Fork 7
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
Design DX for contentascode adoption #15
Comments
This should also grow to include criteria (and later test tools) to determine if an implementation is following the content as code principles. |
This repo is currently an implementation of the Moving to the
From a DX standpoint, moving to this stack should be as simple as changing branches and merging (and configuring travis). Will open a new issue to track this. |
Part of #7
My thoughts on this would be to focus on allowing user to start from a project scaffold:
We could create repos (
contentascode-blog
,contentascode-wiki
,contentascode-website
,contentascode-doc
) that are ready to clone with some sensible defaults.The default pipelines would have a travis.yml that push to a
gh-pages
branch.We could also look into Grunt-init or Yeoman Project Scaffolding tools to allow configuration of various options such as:
We also need to think about migration and various options to use integrations to facilitate a progressive transition process.
Reference Implementation Matrix
The text was updated successfully, but these errors were encountered: