Socket
Book a DemoInstallSign in
Socket

create-cradova-app

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-cradova-app

A CLI for easy setting up new cradova projects

1.0.0
latest
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Cradova.js

Build Status NPM Version NPM Downloads Install Size

The complete solution for node.js command-line interfaces.

Read this in other languages: English | 简体中文

For information about terms used in this document see: terminology

Installation

npm install cradova

Declaring program variable

cradova exports a global object which is convenient for quick programs. This is used in the examples in this README for brevity.

const { program } = require("cradova");
program.version("0.0.1");

For larger programs which may use cradova in multiple ways, including unit testing, it is better to create a local Command object to use.

TypeScript

If you use ts-node and stand-alone executable subcommands written as .ts files, you need to call your program through node to get the subcommands called correctly. e.g.

node -r ts-node/register pm.ts

Examples

A sample can be found in the examples directory.

Support

This version of cradova is fully supported on Long Term Support versions of node, and requires at least node v8 and above. (For older versions of node, we recomend you change the default lib in the cradova tsconfig and re-compile.)

The main forum for free and community support is the project Issues on GitHub. maintainer fridaymaxtour@gmail.com

cradova for enterprise

The maintainer of cradova and other packages is working hard to deliver commercial support and maintenance for the open source software you use to build your applications. Save time, reduce risk, and improve code health.

Keywords

cli

FAQs

Package last updated on 26 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.