0.0.16 • Published 3 years ago

semt v0.0.16

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

semt

Code semantic tags management CLI application

Search and analysis of semantic labels in the source code of the developed application. For example, TODO tags, etc (see semt.json). Estimation of times and dates of execution of tasks marked with TODO tags. TODO tag attributes: expected implementation time and / or due date. For instance, TODO 19-11-2020; 15m - the code must be developed before 19-11-2020 and it is planned to spend 15 minutes. The application generates a final report on the required time based on the attributes of the TODO tag

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g semt
$ semt COMMAND
running command...
$ semt (-v|--version|version)
semt/0.0.15 win32-x64 node-v12.16.1
$ semt --help [COMMAND]
USAGE
  $ semt COMMAND
...

Commands

semt help [COMMAND]

display help for semt

USAGE
  $ semt help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

semt ignore ACTION [PATH]

change ignore list

USAGE
  $ semt ignore ACTION [PATH]

ARGUMENTS
  ACTION  (ADD|REMOVE|LIST) command against source list
  PATH    added or removed ignored folder

See code: src\commands\ignore.ts

semt init

Init application

USAGE
  $ semt init

OPTIONS
  -f, --force  initialize the app anyway

See code: src\commands\init.ts

semt list

Get a list of source code tag descriptions

USAGE
  $ semt list

OPTIONS
  -f, --file=file  file name to save
  -t, --tag=tag    filter by tag

See code: src\commands\list.ts

semt source ACTION [EXTENSION]

Change source extension files list

USAGE
  $ semt source ACTION [EXTENSION]

ARGUMENTS
  ACTION     (ADD|REMOVE|LIST) command against source list
  EXTENSION  source file extension

See code: src\commands\source.ts

semt tag ACTION [TAG] [DESC]

change tags list

USAGE
  $ semt tag ACTION [TAG] [DESC]

ARGUMENTS
  ACTION  (ADD|REMOVE|LIST) command against source list
  TAG     added or removed tag from the list
  DESC    description of the added tag

See code: src\commands\tag.ts

0.0.15

3 years ago

0.0.16

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.5

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago