@smapiot/piral-template-empty

Official scaffolding template for Piral instances: 'empty'.

Usage no npm install needed!

<script type="module">
  import smapiotPiralTemplateEmpty from 'https://cdn.skypack.dev/@smapiot/piral-template-empty';
</script>

README

Piral Logo

Piral Template - Empty · GitHub License

This is the empty scaffolding template for a new Piral instance. It will just create an empty Piral instance triggering the framework start.

Usage

Use the template with piral new or npm init piral-instance:

# directly via the CLI (prefer to prefix with npx)
piral new --template empty <other-options>

# via the initializer - best option (NPM v6)
npm init piral-instance --template empty <other-options>

# via the initializer - best option (NPM v7 and v8)
npm init piral-instance -- --template empty <other-options>

License

Piral is released using the MIT license. For more information see the license file.