Skip to content

saagie/sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

195 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Saagie ๐Ÿ“ฆ SDK for Technologies

build npm

The Saagie Technology SDK allows you to implements new technologies easily within the Saagie platform.


Requirements


๐Ÿคฉ Create your first technology

๐Ÿ‘‰ Initialize your technology

npx @saagie/sdk init

If it does not work (npx is a little capricious on system with space in the path) go to the folder where you want your technology to be located:

npm init -y
npm install @saagie/sdk

Update the package.json to include this script command :

{
  "...": "...",
  "scripts": {
    "init": "saagie-sdk init"
  },
  "...": "..."
}

Now run to start the technology prompt:

npm run init

๐Ÿ‘‰ Run your technology locally

npm run dev

๐Ÿ‘‰ Build your technology

npm run build

๐Ÿ‘‰ Create a new context

npm run new:context

๐Ÿ“š Technologies & Contexts documentation

โ–ถ๏ธ Access the SDK documentation

Quick links:


๐Ÿ’ป CLI Commands

Usage: saagie-sdk [options] [command]

Options:
  -V, --version    output the version number
  -h, --help       display help for command

Commands:
  init             Create an empty Saagie External Technology project
  start [options]  Run local application
  build            Package your technology
  help [command]   display help for command

๐Ÿ‘ฉโ€๐Ÿ‘จโ€ Contributing

Please read our Contributing Guide before submitting a Pull Request to the project.

About

Saagie ๐Ÿ“ฆ SDK for Technologies

Resources

License

Contributing

Stars

2 stars

Watchers

10 watching

Forks

Packages

 
 
 

Contributors