[create-abell] [v0.0.15]: Package Name Change, New Template, and Tiny Improvements
Pre-release
Pre-release
Major Change
create-abell-app
will be create-abell
after abell v1 release.
This allows users to use following commands now-
# Using yarn
yarn create abell
# Using pnpm
pnpm create abell
# Using npm
npm create abell
npm init abell
npx create-abell # this will be documented in docs
Minor Change
New Default Template! create-abell
has v1 template as a default template. It will look something like this-
The new template covers topics like-
- How to add css
- How to add client-side JS
- How to write components
- Routing
There will be more minimal templates in future
Patch Change
Improvements in logs. Every major step will now be described in the logs of create-abell
✔ Enter Name of your project … test
✔ Select Installer › yarn
>> Scaffolding `test` using `default` template
>> Running `yarn`
✓ test scaffolded successfully
>> cd test and run `yarn dev` to run the dev-server