Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.
/ create-sails Public archive

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

License

Notifications You must be signed in to change notification settings

sailscastshq/create-sails

Repository files navigation

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.