I wanted to document the idea around hiding the core folder publicly. This was an idea from @thomastuts .
- Hiding the core folder for the end user
- The user starts a new Bedrock project by cloning a Github template, the template has
bedrock@next as a devDependency
- It comes with the right npm scripts to run Bedrock in watch mode, to build it etc.
Why?
- To deprecate
bedrock-cli as a separate project
- To make sure people don't mess around with the core folder inadvertently
Result
- Projects are cleaner
- Less bugs by people changing things in core (this is not an actual problem)
We decided to not do anything in this vein right now, but to park the idea for later.
I wanted to document the idea around hiding the core folder publicly. This was an idea from @thomastuts .
bedrock@nextas adevDependencyWhy?
bedrock-clias a separate projectResult
We decided to not do anything in this vein right now, but to park the idea for later.