Skip to content

Raphael-08/transparency-ui

Repository files navigation

Frame 1

♨️ Node CLI Boilerplate

A Node.js boilerplate with opinionated setup to help you kickstart your own CLI.

MIT license

The Setup

Get Started

  • Use Boilertown CLI.

    # npm
    npm create boilertown@latest -- -b node-cli-boilerplate
    
    # yarn
    yarn create boilertown -b node-cli-boilerplate
    
    # pnpm
    pnpm create boilertown -b node-cli-boilerplate
    
    # bun
    bun create boilertown/node-cli-boilerplate [cli-name]
  • Click the green "Use this template" button to generate a new repository with the same structure and files.

    Use this template button

    Ref: Github Docs

Development

  • Run the app in development mode:

    pnpm dev
  • Build the app:

    pnpm build
  • Create changeset:

    pnpm changeset

Release & Publish app

This boilerplate uses changesets to automatically generate CHANGELOG, create releases and publish to NPM registry via GitHub Actions. You can see action details at release.yml.

To automating publish your app, follow these steps:

P/S: Remember to check the Allow GitHub Actions to create and approve pull requests in your repo Settings > Actions > General & scroll to Workflow permissions.

Contributing

node-cli-boilerplate ❤️ your contributions. If you have any ideas, suggestions, fixes, feel free to contribute.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published