grunt-apm
v1.0.1
Published
An easy way to deal with APM from Grunt
Downloads
4
Readme
grunt-apm
An easy way to deal with APM (Atom Package Manager) from Grunt.
Getting Started
This plugin requires Grunt.
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
npm install grunt-apm --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-apm');
Tasks
This plugin defines the following tasks (each one calls the respective APM command in the current working directory):
apm-link
apm-test
apm-unlink
Release History
1.0.0
- Bump stable
0.0.1:
apm-link
apm-test
apm-unlink
License
MIT © Aymeric Beaumet