New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sully

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sully

The official CLI for Sully.js.

  • 1.0.3
  • npm
  • Socket score

Version published
Weekly downloads
12
increased by1100%
Maintainers
1
Weekly downloads
 
Created
Source

Sully.js CLI

Sully is a "WVC" (Whatever View Controller) framework. We make no assumptions about your data layer, whilst providing a structure for logic and templating.

Getting started

$ npm i sully -g

Because the tool is only for creating and building projects, it's appropriate and more convenient to install it globally.

Documentation

Creating a new project

$ sully new <project-name> <template>

The new command will pull a project template and extract it and ensure you are all ready to go. We reccomend using "starter-project" (without the quotes) as your template; however, you can pop any url in here.

Building a project

$ sully build <options>

The build command will compile your controllers, middleware, and views. The "--prod" flag is optional, and will minify and compile the build to your specified production location. If the "--prod" flag is not specified, the build will not be minified and will be compiled to your specified development location.

For development only

This is the repository for Sully's CLI source. If you are looking to use Sully, please check us out on npm.

git clone https://github.com/alexanderpharwood/sully-cli.git
npm install

You should be good to branch and get your dev on!

Keywords

FAQs

Package last updated on 26 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc