Giter Club home page Giter Club logo

forge-node's Introduction

Forge CLI

Forge is a cli tool that provides a scaffolded approach to building nodejs,express API's bundled with knex and postgres database service layer.

Version

Features

  • Scaffolds a Node.js/express.js API project
  • Generate Express service layer to spin multiple servers
  • Express server comes with configurable middlewares inlcuding cors
  • Comes with Knex.js Built in

Usage

npm install -g forge-node-cli
forge-node-cli create-project myExpressProject

Commands

forge create-project PROJECTNAME

Scaffolds a fresh Forge express project

USAGE
  $ forge create-project PROJECTNAME [-h]

ARGUMENTS
  PROJECTNAME  Project Name

FLAGS
  -h, --help  Show CLI help.

DESCRIPTION
  Scaffolds a fresh Forge express project

EXAMPLES
  $ forge create-project myNewProject

See code: src/commands/create-project/index.ts

forge help [COMMANDS]

Display help for forge.

USAGE
  $ forge help [COMMANDS] [-n]

ARGUMENTS
  COMMANDS  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for forge.

See code: @oclif/plugin-help

forge plugins

List installed plugins.

USAGE
  $ forge plugins [--json] [--core]

FLAGS
  --core  Show core plugins.

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  List installed plugins.

EXAMPLES
  $ forge plugins

See code: @oclif/plugin-plugins

forge plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ forge plugins:add plugins:install PLUGIN...

ARGUMENTS
  PLUGIN  Plugin to install.

FLAGS
  -f, --force    Run yarn install with force flag.
  -h, --help     Show CLI help.
  -s, --silent   Silences yarn output.
  -v, --verbose  Show verbose yarn output.

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  Installs a plugin into the CLI.
  Can be installed from npm or a git url.

  Installation of a user-installed plugin will override a core plugin.

  e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
  will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
  the CLI without the need to patch and update the whole CLI.


ALIASES
  $ forge plugins:add

EXAMPLES
  $ forge plugins:add myplugin 

  $ forge plugins:add https://github.com/someuser/someplugin

  $ forge plugins:add someuser/someplugin

forge plugins:inspect PLUGIN...

Displays installation properties of a plugin.

USAGE
  $ forge plugins:inspect PLUGIN...

ARGUMENTS
  PLUGIN  [default: .] Plugin to inspect.

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  Displays installation properties of a plugin.

EXAMPLES
  $ forge plugins:inspect myplugin

See code: @oclif/plugin-plugins

forge plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ forge plugins:install PLUGIN...

ARGUMENTS
  PLUGIN  Plugin to install.

FLAGS
  -f, --force    Run yarn install with force flag.
  -h, --help     Show CLI help.
  -s, --silent   Silences yarn output.
  -v, --verbose  Show verbose yarn output.

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  Installs a plugin into the CLI.
  Can be installed from npm or a git url.

  Installation of a user-installed plugin will override a core plugin.

  e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
  will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
  the CLI without the need to patch and update the whole CLI.


ALIASES
  $ forge plugins:add

EXAMPLES
  $ forge plugins:install myplugin 

  $ forge plugins:install https://github.com/someuser/someplugin

  $ forge plugins:install someuser/someplugin

See code: @oclif/plugin-plugins

forge plugins:link PLUGIN

Links a plugin into the CLI for development.

USAGE
  $ forge plugins:link PLUGIN

ARGUMENTS
  PATH  [default: .] path to plugin

FLAGS
  -h, --help          Show CLI help.
  -v, --verbose
      --[no-]install  Install dependencies after linking the plugin.

DESCRIPTION
  Links a plugin into the CLI for development.
  Installation of a linked plugin will override a user-installed or core plugin.

  e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
  command will override the user-installed or core plugin implementation. This is useful for development work.


EXAMPLES
  $ forge plugins:link myplugin

See code: @oclif/plugin-plugins

forge plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ forge plugins:remove plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ forge plugins:unlink
  $ forge plugins:remove

EXAMPLES
  $ forge plugins:remove myplugin

forge plugins:reset

Remove all user-installed and linked plugins.

USAGE
  $ forge plugins:reset [--hard] [--reinstall]

FLAGS
  --hard       Delete node_modules and package manager related files in addition to uninstalling plugins.
  --reinstall  Reinstall all plugins after uninstalling.

See code: @oclif/plugin-plugins

forge plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ forge plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ forge plugins:unlink
  $ forge plugins:remove

EXAMPLES
  $ forge plugins:uninstall myplugin

See code: @oclif/plugin-plugins

forge plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ forge plugins:unlink plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ forge plugins:unlink
  $ forge plugins:remove

EXAMPLES
  $ forge plugins:unlink myplugin

forge plugins:update

Update installed plugins.

USAGE
  $ forge plugins:update [-h] [-v]

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Update installed plugins.

See code: @oclif/plugin-plugins

forge-node-cli create-project PROJECT NAME

Scaffolds a fresh Nodejs express project

USAGE
  $ forge-node-cli create-project PROJECT NAME

ARGUMENTS
  PROJECT NAME  Name of project to create

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  forge-node-cli create-project myNewExpressProject

forge-node's People

Contributors

kumar8317 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.