An open API service indexing awesome lists of open source software.

https://github.com/you-saku/brace-replacer

replace brace to string
https://github.com/you-saku/brace-replacer

cli-app deno

Last synced: 2 months ago
JSON representation

replace brace to string

Awesome Lists containing this project

README

          

# brace-replacer
## Requirements
```
$ deno --version

deno 1.33.2 (release, x86_64-apple-darwin)
v8 11.4.183.1
typescript 5.0.3
```

## Feature
### 1. Convert brace
```sample-${env}-${name}-${env}``` → ```sample-local-you-saku-local```

## Usage
```
$ git clone git@github.com:You-saku/brace-replacer.git
$ cd brace-replacer
$ deno run --allow-read main.ts 'sample-{env}-{name}-{env}' ※single quotation marks only
```

If you have any questions, Please give me your feedback if you'd like.