nodejs-cli

1.0.3 • Public • Published

nodejs-cli

A Command Line Interface for scaffolding and quick node development. This CLI has both commands to start your project and commands to pre-compile text of repetitive task. Commands will be added as I use them in development and if anybody wants to add their own features, feature suggestions and creation are both welcome.

Getting Started

Prerequisites

  • Nodejs
  • NPM

Installing

Install the package:
npx nodejs-cli

Authors

Sloan Gwaltney (worldofcode22@gmail.com)

Built With

Commander fs-extra shelljs

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Versioning

We use SemVer for versioning.

Documentation

Commands

All commands are typed like this:
nodejs-cli <command> [options] <args>
for example:
nodejs-cli np -e -m -g test

Command Documentation

np

Creates a new project with a given name in the current directory.

  1. args:
  • name required
  1. options:
  • -e, --express will set up an express app as the backend framework for node. Right now this is the only supported framework and an error will be given if this tag is not in the command line args.
  • -m, --mongoose will set up mongoose and mongoose folders for this project.
  • -g, --graphql will set up graphql and graphql folders for this project.

nmm

Creates a new mongoose model with the given name in the current directory.

  1. args:
  • name required
  1. options:
  • None

gqt

Creates a new Graphql type with the given name in the current directory.

  1. args:
  • name required
  1. options:
  • None

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i nodejs-cli

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

12.6 kB

Total Files

8

Last publish

Collaborators

  • worldofcode22