mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-31 04:33:40 +00:00
chore: something
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,8 +1,7 @@
|
|||||||
TS_FILES := $(shell find ./**/*.ts )
|
TS_FILES := $(shell find ./**/*.ts )
|
||||||
version = $(shell git tag --sort=committerdate | tail -1)
|
version = $(shell git tag --sort=committerdate | tail -1)
|
||||||
# test: $(TS_FILES) utils/test/output.ts
|
test: $(TS_FILES) utils/test/output.ts
|
||||||
# deno test test.ts
|
npm test
|
||||||
# deno check mod.ts
|
|
||||||
|
|
||||||
utils/test/output.ts: utils/test/config.json scripts/oldSpecToBuilder.ts
|
utils/test/output.ts: utils/test/config.json scripts/oldSpecToBuilder.ts
|
||||||
cat utils/test/config.json | deno run scripts/oldSpecToBuilder.ts "../../mod" |deno fmt - > utils/test/output.ts
|
cat utils/test/config.json | deno run scripts/oldSpecToBuilder.ts "../../mod" |deno fmt - > utils/test/output.ts
|
||||||
|
|||||||
14
README.md
14
README.md
@@ -1,17 +1,11 @@
|
|||||||
<<<<<<< Updated upstream
|
# Start SDK
|
||||||
|
|
||||||
# embassy-sdk-ts
|
### About
|
||||||
|
|
||||||
|
For making the patterns that are wanted in making services for the startOS.
|
||||||
|
|
||||||
### Generate: Config class from legacy ConfigSpec
|
### Generate: Config class from legacy ConfigSpec
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cat utils/test/config.json | deno run https://deno.land/x/embassyd_sdk/scripts/oldSpecToBuilder.ts "../../mod" |deno fmt - > utils/test/output.ts
|
cat utils/test/config.json | deno run https://deno.land/x/embassyd_sdk/scripts/oldSpecToBuilder.ts "../../mod" |deno fmt - > utils/test/output.ts
|
||||||
```
|
```
|
||||||
|
|
||||||
=======
|
|
||||||
|
|
||||||
# Start SDK
|
|
||||||
|
|
||||||
For making the patterns that are wanted in making services for the startOS.
|
|
||||||
|
|
||||||
> > > > > > > Stashed changes
|
|
||||||
|
|||||||
Reference in New Issue
Block a user