Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devmnj/deno-cli-create-app-master
A Deno CLI Tool for create different type of deno projects. It is developed with Deno standard library and cliffy
https://github.com/devmnj/deno-cli-create-app-master
cli-app cliffy create-app deno deno-app deno-lib deno-module denojs typescript
Last synced: 1 day ago
JSON representation
A Deno CLI Tool for create different type of deno projects. It is developed with Deno standard library and cliffy
- Host: GitHub
- URL: https://github.com/devmnj/deno-cli-create-app-master
- Owner: devmnj
- Created: 2021-01-19T18:03:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-16T02:52:56.000Z (over 3 years ago)
- Last Synced: 2024-10-17T03:17:59.514Z (about 1 month ago)
- Topics: cli-app, cliffy, create-app, deno, deno-app, deno-lib, deno-module, denojs, typescript
- Language: TypeScript
- Homepage: http:\\developerm.dev
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
This is a CLI Tool for primarily developed for Deno projects and it is made in Deno. The tool will generate components structure and Project structure for fast coding.
![Create App CLI Tool](deno-cli.png)
### Modules used
* cliffy
* fs
## How to Install the app
Name the as you like using `-n` option , make sure the `deno` is installed on your system.
```
deno install --allow-net --allow-read --unstable -n create-deno https://raw.githubusercontent.com/manojap/Deno-CLI-create-app-master/1.0/mod.ts
```
More documentation can be found under the `Doc`.## How to use
On the command prompt you can use it as follows
```
create-deno --sample -d myproject // this will create a project in your current foldercreate-deno -h // will get you a list cof options with sample usage
> the name (create-app) depends on what name you are choosing while installation
```## Run the project
After the creation of project you can `cd` into the directory and run the project as (if you are a beginner it will be helpfull)
```
deno run --allow-read --allow-net --unstable --allow-write mod.ts
```
## Open source
Everybody welcome to join , clone the repo and have a look.
## Escape
More project support coming soon. Suggestions and comments are welcome.
[blog](https://javascriptsu.wordpress.com/)