https://github.com/nestdotland/nest
[WIP] 🥚 Nest CLI
https://github.com/nestdotland/nest
cli deno nestland
Last synced: 12 months ago
JSON representation
[WIP] 🥚 Nest CLI
- Host: GitHub
- URL: https://github.com/nestdotland/nest
- Owner: nestdotland
- License: mit
- Created: 2020-10-25T20:51:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-13T13:15:55.000Z (almost 5 years ago)
- Last Synced: 2025-06-30T22:36:30.064Z (12 months ago)
- Topics: cli, deno, nestland
- Language: TypeScript
- Homepage: https://docs.nest.land/cli
- Size: 595 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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).