@bloggerpack/starter-create

Starter theme for creating new Bloggerpack starter theme.

Usage no npm install needed!

<script type="module">
  import bloggerpackStarterCreate from 'https://cdn.skypack.dev/@bloggerpack/starter-create';
</script>

README

@bloggerpack/starter-create

Starter theme for creating new Bloggerpack starter theme.

Installation

Replace my-awesome-starter below with the name of your starter theme.

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!

Publishing and sharing

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.

Documentation

Changelog

See CHANGELOG.