slimane-cli

Command line interface for Slimane(https://github.com/noppoMan/Slimane)

Usage no npm install needed!

<script type="module">
  import slimaneCli from 'https://cdn.skypack.dev/slimane-cli';
</script>

README

slimane-cli

Command line interface for Slimane(https://github.com/noppoMan/Slimane)

Installation

npm i -g slimane-cli

Generate a new Slimane app

slimane new MySLimaneApp

Build

cd MySLimaneApp
slimane build

Run

slimane run
# The server is listening at 0.0.0.0:3000

License

slimane-cli is released under the MIT license. See LICENSE for details.