Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nestdotland/nest
- Owner: nestdotland
- License: mit
- Created: 2020-10-25T20:51:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-13T13:15:55.000Z (over 3 years ago)
- Last Synced: 2024-10-30T00:44:32.666Z (3 months ago)
- Topics: cli, deno, nestland
- Language: TypeScript
- Homepage: https://docs.nest.land/cli
- Size: 595 KB
- Stars: 7
- Watchers: 3
- 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).