Starter theme for creating new Bloggerpack starter theme.
npm install @bloggerpack/starter-create> Starter theme for creating new Bloggerpack starter theme.
Replace my-awesome-starter below with the name of your starter theme.
``bash`
npx bloggerpack-create my-awesome-starter -s npm -t @bloggerpack/starter-create
Once the theme is created, navigate to the root my-awesome-theme directory and run npm install to install dependencies.
Once the installation is done, you can run some built-in commands:
- npm start - Watches the source files and automatically building them whenever you save.npm run build
- - Build the theme.
You can now start to create your awesome Bloggerpack starter theme!
You can publish and share your Bloggerpack starter theme on GitHub and npm.
Use the bloggerpack-starter keyword within your package.json and GitHub topics.
The published starter can be used using bloggerpack-create.
Don't forget to write installation and usage guide in README.md`.
- Bloggerpack
- bloggerpack-create
See CHANGELOG.