angular-directive-boilerplate
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"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 |
13405
48