judicaelandria / create-abell-app

npx create-abell-app my-blog. Creates boilerplate for abelljs/abell

Home Page:https://github.com/abelljs/abell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Buy me a Coffee Button   Buy me a Coffee Button

Thank you!

Bye 🎉

About

npx create-abell-app my-blog. Creates boilerplate for abelljs/abell

https://github.com/abelljs/abell

License:MIT License


Languages

Language:JavaScript 95.8%Language:CSS 4.2%