generator-sqlops

Yeoman generator for SQL Operation Studio Extensions

Usage no npm install needed!

<script type="module">
  import generatorSqlops from 'https://cdn.skypack.dev/generator-sqlops';
</script>

README

Yo SQL OPS - Extension and Customization Generator

We have written a Yeoman generator to help get you started. We plan to add templates for most extension/customization types into this.

Install the Generator

Install Yeoman and the SQL Operations Studio Extension generator:

npm install generator-sqlops

Run Yo SQL OPS

The Yeoman generator will walk you through the steps required to create your customization or extension prompting for the required information.

To launch the generator simply type:

yo sqlops

The command generator

Generator Output

These templates will

  • Create a base folder structure
  • Template out a rough package.json
  • Import any assets required for your extension e.g. tmBundles or the VS Code Library
  • For Extensions: Set-up launch.json for running your extension and attaching to a process

History

  • 0.10.x: Generates a SQL Operations Studio extension for TypeScript 1.8.10

License

MIT