mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 10:21:55 +00:00
chore: something
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,8 +1,7 @@
|
||||
TS_FILES := $(shell find ./**/*.ts )
|
||||
version = $(shell git tag --sort=committerdate | tail -1)
|
||||
# test: $(TS_FILES) utils/test/output.ts
|
||||
# deno test test.ts
|
||||
# deno check mod.ts
|
||||
test: $(TS_FILES) utils/test/output.ts
|
||||
npm test
|
||||
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
```sh
|
||||
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