@smapiot/pilet-template-default

Official scaffolding template for pilets: 'default'.

Usage no npm install needed!

<script type="module">
  import smapiotPiletTemplateDefault from 'https://cdn.skypack.dev/@smapiot/pilet-template-default';
</script>

README

Piral Logo

Pilet Template - Default · GitHub License

This is the default scaffolding template for a new pilet.

Usage

Use the template with pilet new or npm init pilet:

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

# via the initializer - best option (NPM v6)
npm init pilet --template default <other-options>

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

License

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