sailscastshq / create-sails

**Now lives in the boring-stack repo** The CLI tool for scaffolding The Boring JavaScript Stack projects

Home Page:https://docs.sailscasts.com/create-sails/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-sails is now in the boring-stack repo

The create-sails CLI has been moved to the boring-stack repo

Usage

npx create-sails@latest <project-name>

or

npm init sails

What you will get with this scaffolding:

Configuration

This scaffolding uses Webpack 5 for managing your Frontend assets. This is done via a project level hook called webpack which you can find in config/webpack.js. You can edit this file if you are familiar with Webpack or you want something more custom. But out of the box this should be good to go for 90% of projects.

About

**Now lives in the boring-stack repo** The CLI tool for scaffolding The Boring JavaScript Stack projects

https://docs.sailscasts.com/create-sails/

License:MIT License


Languages

Language:EJS 71.7%Language:JavaScript 26.8%Language:Vue 0.8%Language:Svelte 0.7%Language:Shell 0.0%Language:CSS 0.0%