Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angularjs-component-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angularjs-component-cli

A simple command line tool that bootstraps an angularjs component based architecture app

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

angularjs-component-cli

A simple command line tool that bootstraps an angularjs component based architecture app.

Features of the application that is boostrapped

  • It uses ES6 classes for it's component controllers
  • It uses karma and jasmine for unittesting
  • It uses webpack for bundling, transpiling to ES5, converting SASS to CSS.

Installation

Install the CLI package globally using npm install command below.

npm install -g angualarjs-component-cli

Usage

  1. angularjs-component-cli <YourAppName>
  2. cd <YourAppName>

You can find the repository to the seed that is used here

Credits

create-new-cli

Licence

MIT

Keywords

FAQs

Package last updated on 29 Jun 2020

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