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://raw.githubusercontent.com/Sewertronics/nest/main/nest.tsPUBLISH
Log into your Nest account
nest login <username> <auth_token>Initialize a nest module
cd <module directory>
nest init <name> # follow the promptsPublish to Nest
nest publish <version>REQUIREMENTS
Deno: >=v1.7.0
The contents of this repository are licensed under The MIT license.