sleigh-cli

0.0.7 • Public • Published

Sleigh CLI

Sleigh command line tool to prepare your next sleigh app

Getting Started

To get a copy of the project and run it on your local machine for development and testing purposes, clone the project and install all dependencies.

Installing

To install sleigh command line tool globaly, you should run the following command

npm install -g sleigh-cli

Now you can use the sleigh command from your terminal. To scaffold a new sleigh app run the following command

sleigh new <name-of-the-app>

Next you should go into the app folder and follow the next steps

install the dependencies

npm install

create a .env file based on .env.example file

.env.example .env

Run

To run your app just enter

npm run serve

This command runs the app and also starts a demon that restarts your server whenever you change the code

Built With

Contributing

All pull requests are welcome. Please do not hesitate to ask anything and create a pull request for anything.

Authors

  • Apostolos Siokas - Initial work - Sleigh

License

This project is licensed under the MIT License - see the LICENSE file for details

Package Sidebar

Install

npm i sleigh-cli

Weekly Downloads

1

Version

0.0.7

License

ISC

Unpacked Size

8.48 kB

Total Files

5

Last publish

Collaborators

  • siokas