Socket
Socket
Sign inDemoInstall

nanosts

Package Overview
Dependencies
169
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nanosts

NanosTS CLI helps you to get started with nanos world TypeScript


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

NanosTS CLI

official NanosTypescript CLI

  • Usage
  • Commands

Usage

$ npm install -g nanosts
$ nanosts COMMAND
running command...
$ nanosts (--version)
nanosts/1.2.1 linux-x64 node-v16.17.0
$ nanosts --help [COMMAND]
USAGE
  $ nanosts COMMAND
...

Commands

nanosts help [COMMAND]

Display help for nanosts.

USAGE
  $ nanosts help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

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

DESCRIPTION
  Display help for nanosts.

See code: @oclif/plugin-help

nanosts generate

Generates Nanos TypeScript declarations from the Docs JSON API

USAGE
  $ nanosts generate -o <value> [-b] [-s]

FLAGS
  -b, --bleeding        Use the bleeding edge version instead of the stable version
  -o, --output=<value>  (required) Output directory for the generated files
  -s, --skip            Whether to skip existing files or not

DESCRIPTION
  Generates Nanos TypeScript declarations from the Docs JSON API

See code: dist/commands/generate.ts

nanosts help [COMMAND]

Display help for nanosts.

USAGE
  $ nanosts help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

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

DESCRIPTION
  Display help for nanosts.

See code: @oclif/plugin-help

nanosts project NAME

Creates a new Nanos TypeScript project

USAGE
  $ nanosts project [NAME] [-a <value>] [-v <value>] [-t <value>] [-s <value>]

ARGUMENTS
  NAME  Name of the project

FLAGS
  -a, --author=<value>         Author of the project
  -s, --scriptFolders=<value>  Script folders of the project
  -t, --type=<value>           Type of the project
  -v, --version=<value>        [default: 1.0.0] Version of the project

DESCRIPTION
  Creates a new Nanos TypeScript project

See code: dist/commands/project.ts

Keywords

FAQs

Last updated on 11 Sep 2022

Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc