Skip to content
On this page

neo add

Command add used to save remote npm package or git repo template into local store.

TL;DR

CommandDescription
neo add npm-packageadd npm package template into local store
neo add npm-package@versionadd npm package template with specific version into local store
neo add git-repo-urladd github repo template into local store

Supported template location

install from npm

By default, neo add <npm-package> will install latest npm package into local store. You can also install npm-package with specific version tag, e.g.

neo add <npm-package>@version

WARNING

version range is not supported

Options

--preset

INFO

Recommanded go through Manage with preset before use option --preset

By default, neo load npm-package as template, you can add collection of config files and templates into local store with option --preset.