Warning
This package is moved to abelljs/abell/packages/create-abell
Boilerplate code to get started with abelljs/abell
npx create-abell-app my-blog
cd my-blog
npm run dev
Note: npx
command is by default available if you have NPM installed.
npx create-abell-app <blog-name> --template <template-github-url>
--tempate
flag is optional and when not assigned, it will fallback to https://github.com/abelljs/abell-starter-minima
Fork this repository
git clone https://github.com/<your-github-username>/create-abell-app
cd create-abell-app
npm link
After npm link
, you will get access to create-abell-app
command in your terminal. You can then use create-abell-app my-blog
to create project.
Thank you!
Bye 🎉