0.0.19 • Published 8 months ago

@nitrofi/cli-utils v0.0.19

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Nitro CLI utility collection

A collection of helpful CLI utilities

Features

  • Scaffold React component files for DatoCMS
    • Block
    • UI component
    • Storybook story
    • GraghQL fragment
    • CSS Module
  • Automated package update

Install

Install the CLI tool globally

npm i -g @nitrofi/cli-utils

Use

Access the tool via terminal

nitro-cli

Contributing for a release

Easiest way to contribute is to open new issues for API suggestions and bugs.

git clone git@github.com:nitrofi/nitro-cli-utils.git
cd nitro-cli-utils
git switch dev # or alternatively create a feature branch
npm run dev

main branch should only be merged to via pull requests.

Run build:

npm run start

When all changes are done:

$ npm run create-release
$ git add . && git commit && git push

Create PR on GitHub or with GitHub CLI

gh pr create --base main --head dev

If the PR needs changes before a merge to main can be made, push more changes to the working branch until the PR can be merged.

0.0.19

8 months ago

0.0.18

9 months ago

0.0.17

9 months ago

0.0.16

9 months ago

0.0.15

9 months ago

0.0.14

9 months ago

0.0.13

9 months ago

0.0.12

9 months ago

0.0.11

9 months ago

0.0.10

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago