0.0.19 • Published 3 years ago

@nitrofi/cli-utils v0.0.19

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

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago