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

ngone-cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngone-cli

ngone-cli is a CLI tool to enhance angular.js developers' performance, reducing tedious and repeated works. ngone-cli assumes developers build angular app on top of es6. Webpack is used to transpile es6 version angular to stable javascript one, utilizing

  • 0.0.6
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

ngone-cli

ngone-cli is a CLI tool to enhance angular.js developers' performance, reducing tedious and repeated works. ngone-cli assumes developers build angular app on top of es6. Webpack is used to transpile es6 version angular to stable javascript one, utilizing babel core.

This module is now at baby state and I welcome any contributes and feedback to the module.

Installation

npm install ngone-cli -g

Initializing Angular.js application

ngone init will initialize the application, and it will create app.module.js and app.config.js in ./app directory. By default, in app.module.js, import statement for angular and angular-ui-router have been declared.

Generate a component

ngone component [name] -g will create basic component template in ./app/components/[name]. Once the component is created, importing the component in the main modules and injecting to the angular app will be automatically followed.

Terminate a component

ngone component [name] -t will delete and unregister the component from the app.

Author

ohpyupi

License

Released under the terms of MIT License.

FAQs

Package last updated on 24 Apr 2017

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