https://github.com/studiole/ajbl
Google Chrome extension to download individual or all files from AJBL
https://github.com/studiole/ajbl
Last synced: about 1 year ago
JSON representation
Google Chrome extension to download individual or all files from AJBL
- Host: GitHub
- URL: https://github.com/studiole/ajbl
- Owner: StudioLE
- Created: 2015-12-16T20:30:58.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T01:55:35.000Z (over 3 years ago)
- Last Synced: 2023-03-24T05:09:37.331Z (over 3 years ago)
- Language: JavaScript
- Size: 311 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AJBL Helper
An unofficial Google Chrome extension providing an easy method to download individual or all assets from the Architect's Journal Building Library.
Download it from the [Chrome Web Store](https://chrome.google.com/webstore/detail/ajbl-helper/goboogobmejimdndakiighpigelfbkki)
## Releases
All tagged releases are available at [/releases](https://github.com/StudioLE/AJBL/releases).
## Contributing
I'm always on the look out for collaborators so feel free to suggest new features, get in touch or just fork at will.
## Developer Install
Clone the repository
```
git clone https://github.com/StudioLE/AJBL.git AJBL
```
Enter the directory and install the dependencies. For this step you'll need to have [Node.js](https://nodejs.org/) and [bower](http://bower.io/) installed.
```
cd AJBL
npm install
```
Behind the scenes this will also call `bower install`.
Now run the default gulp task to produce an up to date build
```
gulp build
```
## Developer usage
A number of development tasks can be performed via gulp.
Produce a build from the app source
```
gulp build
```
Clean the `build` directory
```
gulp clean
```
Bump the package version numbers
```
gulp bump
```