dev-cli-util

0.7.0-alpha • Public • Published

dev-cli-util

Command-line utilities for node.js project development.

Warning

This project was built for personal use and is heavily opinionated, and as such some or most of the functions may be considered unnecessary or intrusive for a third party who is not the library developer.

Install

npm install -g dev-cli-util

Usage

devc help

Options:
  -V, --version                                    output the version number
  -h, --help                                       display help for command

Commands:
  setup [options] [subject...]                     Run setup for specified subject(s)
  project [options] [subject]                      Generate a project
  init [options] [subject]                         Perform a registered init (e.g npm/tsc init)
  file [options] [filename]                        Create a file
  react-comp|react-component [options] [filename]  Create react functional component file
  snippet [options] [subject]                      Print out useful snippets to the terminal
  npm-publish [options] [subject]                  Publish node package to an npm registry
  typeorm-entity [options] [filename] [filename]   Create typeorm entity
  help [command]                                   display help for command

Package Sidebar

Install

npm i dev-cli-util

Weekly Downloads

2

Version

0.7.0-alpha

License

MIT

Unpacked Size

108 kB

Total Files

79

Last publish

Collaborators

  • ikmich