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

angular-directive-boilerplate

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

angular-directive-boilerplate - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

bower.json
{
"name": "angular-directive-template",
"version": "0.0.1",
"version": "0.0.2",
"authors": [

@@ -10,3 +10,3 @@ "Mohsen Azimi <mazimi@apigee.com>"

"license": "MIT",
"private": true,
"private": false,
"ignore": [

@@ -13,0 +13,0 @@ "**/.*",

{
"name": "angular-directive-boilerplate",
"version": "0.0.1",
"version": "0.0.2",
"description": "Angular Publishable Directive Boilerplate",

@@ -5,0 +5,0 @@ "main": "dist/directive.js",

@@ -0,5 +1,19 @@

# Bower Publishable Angular Directive Boilerplate
This is a simple AngularJS directive boilerplate to help you start your own AngularJS directive and publish it in Bower and NPM.
This readme file itself is a boilerplate.
#### Using the boilerplate
Clone the project and install dependencies, then use Gulp to start the prject.
```shell
git clone git@github.com:mohsen1/angular-directive-boilerplate.git my-directive
cd my-directive
npm install
bower install
gulp serve
```
From here, you can start changing things and make your own directive.
# The Directive
This is a simple AngularJS directive
### Installation

@@ -20,7 +34,7 @@

Install Gulp via npm if you don't have it
``shell
```shell
npm install -g gulp
```
#### Available commands
### Available commands

@@ -34,2 +48,2 @@ * `gulp`: build and test the project

### License
MIT
MIT
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