SenseNet / sn-client-cli

Command line tool for the sensenet ECM's Client Library

Home Page:https://www.sensenet.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sn-client-cli


This package is not under active development. You can find our latest packages in the sensenset/sn-client monorepo.


Gitter chat Build Status codecov Codacy Badge NPM version NPM downloads License Greenkeeper badge

This package is a command line tool for the sensenet ECM's Client Library.

Note

This package is under development and not released yet.

Installation

Prerequisites

You can install the latest version with NPM into your project dependencies

$ npm install sn-client-cli --save

Or you can install it globaly

$ npm install sn-client-cli -g

Usage

From the command line you can run from the project directory

 $ .\node_modules\.bin\sn-client [command] --[options]

or from the global installation

$ sn-client [command] --[options]

Available commands

init - Creates an initial 'sn.config.js' in your project root. You can use this providing default configuration options to the CLI.

fetch-types - If you have customized your sensenet ECM repository with custom content types, you can use this command to get the generated TypeScript classes and refresh the built-in ones in sn-client-js package from a specified repository.

help - Displays a help screen about the CLI with the available commands and options

About

Command line tool for the sensenet ECM's Client Library

https://www.sensenet.com/

License:GNU General Public License v2.0


Languages

Language:TypeScript 94.6%Language:JavaScript 4.8%Language:Batchfile 0.6%