Skip to content
  • Roberto Aragón's avatar
    15b5af33
    Migrating fron JS to TS - Almost done. · 15b5af33
    Roberto Aragón authored
    - LICENSE.md Added GPL-v3 license file
    - examples/petstore/draig.yaml Added Pet names for seed generation
    - .gitignore Changed build directory for lib
    - package-lock.json Added rimraf and copyfiles to copy over tpl files
    - package.json Changed build for lib directory in bin script also and added test and lint scripts
    - preamble.js License preample to be added to all JS or TS files
    - src/actions Migrated to TS all files
    - src/commands/apiedit.ts Updated signature, was wrong
    - src/commands/db.ts Updated imports since some files have been moved to main folder
    - src/commands/project.ts Updated imports due to moving some files
    - src/draig.ts Again, using main folder to have several files that were before in the root folder
    - src/args.ts, init.ts, repl.ts and util.ts moved to subdir main/ under root folder for better modularity
    - src/main/args.ts Trying to solve issue with prompt, using displayPrompt(true)
    - src/types/tail-file.d.ts Is required to be able to import tail-file
    - tsconfig.json Changing build by lib
    15b5af33
    Migrating fron JS to TS - Almost done.
    Roberto Aragón authored
    - LICENSE.md Added GPL-v3 license file
    - examples/petstore/draig.yaml Added Pet names for seed generation
    - .gitignore Changed build directory for lib
    - package-lock.json Added rimraf and copyfiles to copy over tpl files
    - package.json Changed build for lib directory in bin script also and added test and lint scripts
    - preamble.js License preample to be added to all JS or TS files
    - src/actions Migrated to TS all files
    - src/commands/apiedit.ts Updated signature, was wrong
    - src/commands/db.ts Updated imports since some files have been moved to main folder
    - src/commands/project.ts Updated imports due to moving some files
    - src/draig.ts Again, using main folder to have several files that were before in the root folder
    - src/args.ts, init.ts, repl.ts and util.ts moved to subdir main/ under root folder for better modularity
    - src/main/args.ts Trying to solve issue with prompt, using displayPrompt(true)
    - src/types/tail-file.d.ts Is required to be able to import tail-file
    - tsconfig.json Changing build by lib
This project is licensed under the GNU General Public License v3.0 or later. Learn more
Loading