/nest

[WIP] 🥚 Nest CLI

Primary LanguageTypeScriptMIT LicenseMIT

Nest CLI

Nest's (soon to be) official CLI to manage your modules

NOTE: Nest CLI is still under development and non operational. Until official release, eggs is the official CLI.

Getting started

INSTALL

deno install -Af https://nest.land/-/nest/nest.ts

PUBLISH

Log into your Nest account

nest login <username> <auth_token>

Initialize a nest module

cd <module directory>
nest init <name> # follow the prompts

Publish to Nest

nest publish <version>

Contributing

REQUIREMENTS

Deno: >=v1.7.0

License

The contents of this repository are licensed under The MIT license.