1.0.9 • Published 3 years ago

@sap/grunt-sapui5module-bestpractice-build v1.0.9

Weekly downloads
167
License
-
Repository
-
Last release
3 years ago

@sap/grunt-sapui5module-bestpractice-build

Grunt tasks for sapui5 module build.

Getting Started

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 @sap/grunt-sapui5module-bestpractice-build --save-dev

OR add the following package.json to your application

{
	"name": "<your-project-name>",
	"version": "0.0.1",
	"description": "Project description",
	"private": true,	 
	"devDependencies": {
		"@sap/grunt-sapui5module-bestpractice-build": "X.X.X"
	}
}

Once the plugin has been installed, it may be enabled inside your Gruntfile.js:

module.exports = function(grunt) {         
	'use strict';
    grunt.loadNpmTasks('@sap/grunt-sapui5module-bestpractice-build');

    grunt.registerTask('default', [
        'lint'
    ]);
                
};

Linting

The package contains several default validators for linting the project code.

1.0.9

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

0.0.13

4 years ago

1.0.5

4 years ago

1.0.3

4 years ago

0.0.14

4 years ago

1.0.6

4 years ago

1.0.4

4 years ago