0.0.19 • Published 2 years ago

@nitrofi/cli-utils v0.0.19

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago