Socket
Socket
Sign inDemoInstall

strudel-cli

Package Overview
Dependencies
168
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    strudel-cli

Command line scaffolding for Strudel projects


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
15.8 MB
Created
Weekly downloads
 

Readme

Source

Strudel CLI

Command line scaffolding for Strudel.js

Installation

$ npm install strudel-cli --global

Usage

$ strudel help

Scaffolding new project

$ strudel new webpack my-new-project # Using webpack template
$ cd my-new-project
$ npm install

Available templates

TemplateUsage
Webpackstrudel new webpack my-new-project
Clientlibstrudel new clientlib my-new-clientlib

Generating components

$ strudel generate component my-new-component
$ strudel g component my-new-component #using the alias
# you can also generate component in sub-directories, run
$ strudel g component my-new-component components #will be generated in components subdirectory

License

MIT

FAQs

Last updated on 17 Apr 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc