Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nestdotland/nest

[WIP] 🥚 Nest CLI
https://github.com/nestdotland/nest

cli deno nestland

Last synced: 3 months ago
JSON representation

[WIP] 🥚 Nest CLI

Awesome Lists containing this project

README

        

# 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](https://github.com/nestdotland/eggs) is the official CLI._

## Getting started

**INSTALL**

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

**PUBLISH**

Log into your Nest account

```sh
nest login
```

Initialize a nest module

```sh
cd
nest init # follow the prompts
```

Publish to Nest

```sh
nest publish
```

## Contributing

**REQUIREMENTS**

Deno: `>=v1.7.0`

## License

The contents of this repository are licensed under [The MIT license](LICENSE).