https://github.com/atenasjs/cli
The Deno CLI Tool for Atenas
https://github.com/atenasjs/cli
deno
Last synced: 4 months ago
JSON representation
The Deno CLI Tool for Atenas
- Host: GitHub
- URL: https://github.com/atenasjs/cli
- Owner: atenasjs
- License: mit
- Created: 2020-07-06T00:22:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T14:29:34.000Z (over 5 years ago)
- Last Synced: 2026-02-01T10:21:13.285Z (5 months ago)
- Topics: deno
- Language: TypeScript
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Atenas CLI
#### Development tools specialized for Atenas
## Goal
#### The Atenas CLI creates, manages, builds and starts your Atenas projects.
## Getting Started
First of all, you will need the deno installed, stay tuned to the version, the recommended one is v1.4.6
#### Installing Deno
Please read the [Getting Started](https://deno.land/manual/getting_started/installation) of deno to install
Now you can install the CLI
### Installing the Atenas CLI
`$ deno run --allow-run https://git.io/atenas`
## Using
To start your project:
`$ atenas start`