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.
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>
REQUIREMENTS
Deno: >=v1.7.0
The contents of this repository are licensed under The MIT license.