Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Feb 20, 2019. It is now read-only.
/sn-client-cliPublic archive

Command line tool for the sensenet ECM's Client Library

License

NotificationsYou must be signed in to change notification settings

SenseNet/sn-client-cli

Repository files navigation


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


Gitter chatBuild StatuscodecovCodacy BadgeNPM versionNPM downloadsLicenseGreenkeeper badge

This package is a command line tool for the sensenet ECM'sClient 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 yoursensenet ECM repository with custom content types, you can use this command to get the generated TypeScript classes and refresh the built-in ones insn-client-js package from aspecified repository.

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


[8]ページ先頭

©2009-2025 Movatter.jp