sails-sdk

Sails generator for creating project SDKs for various platforms. WIP

Usage no npm install needed!

<script type="module">
  import sailsSdk from 'https://cdn.skypack.dev/sails-sdk';
</script>

README

sails-generate-sdk

Build Status Coverage Status

A sdk generator for creating project SDKs for various platforms for use with the Sails command-line interface.

Certain generators are installed by default in Sails, but they can be overridden. Other generators create entirely new things. Check the Sails docs for information on installing generator overrides / custom generators and information on building your own generators.

Installation

$ npm install sails-sdk

Usage

On the command line
$ sails generate sdk <platform>

Development

To get started quickly and see this generator in action, ...

Also see CONTRIBUTING.md for more information on overriding/enhancing existing generators.

Questions?

See FAQ.md.

License

MIT © 2016 ojengwa & contributors

As for Sails? It's free and open-source under the MIT License.