create-abell-app
v0.0.14
Published
Boilerplate for abell app. npx create-abell-app my-blog
Downloads
12
Readme
create-abell-app
Boilerplate code to get started with abelljs/abell
Usage
npx create-abell-app my-blog
cd my-blog
npm run dev
Note: npx
command is by default available if you have NPM installed.
Command Help
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
Contributing
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 🎉