Skip to content

ph4un00b/simple-cli

Repository files navigation

# dev
- install
$ deno install --reload -n tank --allow-read --allow-write --unstable --no-check --allow-run --allow-env --allow-ffi --allow-net https://raw.githubusercontent.com/ph4un00b/simple-cli/main/cli.ts

- test
$  deno test --allow-read --allow-run --allow-write --unstable --allow-env --allow-ffi . --ignore=node_modules

- e2e:
$ deno test --allow-read --allow-run --allow-write --allow-env --allow-ffi
.\e2e\tank.js

- tests:
$ deno test --allow-read --allow-run --allow-write --unstable --allow-env --allow-ffi . --ignore=node_modules

- eslint:
$ npm install -D -E eslint
$ npm install -D -E @typescript-eslint/parser
$ npm install -D -E @typescript-eslint/eslint-plugin

- eslint: set on vscode settings
$ npm ls
- vcode:
    "eslint.runtime": "...PATH\\node_modules\\.bin\\eslint",

About

WIP. minimal unfancy framework for webdev. No Bundling, No Build, No Configs, No React, No Vue, No dotfiles. JS / HTML / CSS

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published