Grunt (software) (original) (raw)

About DBpedia

Grunt is a JavaScript task runner, a tool used to automatically perform frequent tasks such as minification, compilation, unit testing, and linting. It uses a command-line interface to run custom tasks defined in a file (known as a Gruntfile). Grunt was created by Ben Alman and is written in Node.js. It is distributed via npm. As of October 2022, there were more than 6,000 plugins available in the Grunt ecosystem. Companies that use Grunt include Adobe Systems, jQuery, Twitter, Mozilla, Bootstrap, Cloudant, Opera, WordPress, Walmart, and Microsoft.

thumbnail

Property Value
dbo:abstract Grunt is a JavaScript task runner, a tool used to automatically perform frequent tasks such as minification, compilation, unit testing, and linting. It uses a command-line interface to run custom tasks defined in a file (known as a Gruntfile). Grunt was created by Ben Alman and is written in Node.js. It is distributed via npm. As of October 2022, there were more than 6,000 plugins available in the Grunt ecosystem. Companies that use Grunt include Adobe Systems, jQuery, Twitter, Mozilla, Bootstrap, Cloudant, Opera, WordPress, Walmart, and Microsoft. (en) Grunt est un outil pour la création de tâches automatisées avec le langage JavaScript. (fr) 그런트(Grunt)는 축소화, 컴파일, 유닛 테스트, 린트 등 주기적인 태스크들을 자동으로 수행하기 위해 사용되는 도구로서 자바스크립트 태스크 러너이다.Gruntfile이라는 파일에 정의된 사용자 지정 태스크들을 수행하기 위해 명령 줄 인터페이스를 사용한다. 그런트는 Ben Alman이 개발하였으며 Node.js로 작성되어 있다. npm을 통해 배포된다. 2016년 9월 기준으로, 그런트 생태계에 5,000개 이상의 플러그인을 사용할 수 있다. 그런트를 사용하는 기업으로는 어도비 시스템즈, jQuery, 트위터, 모질라, 부트스트랩, , 오페라, 워드프레스, 월마트, 마이크로소프트가 있다. (ko) Grunt (англ.) — менеджер задач для автоматического выполнения рутинных операций (например, минификация, тестирование, объединение файлов), написанный на языке программирования JavaScript. Программное обеспечение использует командную строку для запуска задач, определённых в файле Gruntfile. Распространяется через менеджер пакетов NPM под лицензией MIT. Создан для Node.js в 2012 году. На 2017 год насчитывается более 6 200 плагинов. Программное обеспечение используется в Adobe Systems, jQuery, Twitter, Mozilla, Bootstrap, , Opera, WordPress, Walmart и Microsoft. Развитием Grunt стал менеджер Gulp. (ru)
dbo:computingPlatform dbr:Node.js
dbo:genre dbr:Build_tool
dbo:language dbr:English_language
dbo:latestReleaseDate 2021-04-22 (xsd:date)
dbo:latestReleaseVersion 1.4.1
dbo:license dbr:MIT_License
dbo:operatingSystem dbr:Linux dbr:MacOS dbr:Windows
dbo:programmingLanguage dbr:JavaScript
dbo:releaseDate 2016-04-04 (xsd:date)
dbo:thumbnail wiki-commons:Special:FilePath/Grunt.svg?width=300
dbo:wikiPageExternalLink http://gruntjs.com/ https://gruntjs.com https://www.npmjs.com/package/grunt-contrib-clean https://www.npmjs.com/package/grunt-contrib-uglify https://www.npmjs.com/package/grunt-contrib-watch http://gruntjs.com/plugins https://github.com/gruntjs/grunt
dbo:wikiPageID 51499423 (xsd:integer)
dbo:wikiPageLength 11322 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1118359172 (xsd:integer)
dbo:wikiPageWikiLink dbr:Ruby_(programming_language) dbr:List_of_build_automation_software dbr:Bootstrap_(front-end_framework) dbr:Index_term dbr:JAR_(file_format) dbr:Command-line_interface dbr:Compiler dbr:CoffeeScript dbr:English_language dbr:Modernizr dbr:Mozilla dbr:Apache_Ant dbr:Apache_Maven dbr:Lint_(software) dbr:Linux dbr:MacOS dbr:Cloudant dbr:Pipeline_(computing) dbr:Plug-in_(computing) dbr:Task_(computing) dbr:Twitter dbr:Walmart dbr:Windows dbr:Adobe_Systems dbr:Node.js dbr:Npm_(software) dbr:Gulp.js dbr:JQuery dbr:JSON dbr:JavaScript dbr:Java_(programming_language) dbc:JavaScript_programming_tools dbc:Automation_software dbr:JavaScript_library dbr:Modular_design dbr:Build_automation dbr:Metadata dbr:Microsoft dbr:Minification_(programming) dbr:Opera_(web_browser) dbr:Rake_(software) dbr:WordPress dbr:XML dbr:MIT_License dbr:Unit_testing dbr:JavaScript_framework dbr:Yeoman_(computing) dbr:Build_tool
dbp:author Ben Alman (en)
dbp:developer Ben Alman, Tyler Kellen, Kyle Robinson Young, Vlad Filippov, Sindre Sorhus, Isaac Durazo, Jarrod Overson, Tim Branyen, Jörn Zaefferer, James Smith, Dave Geddes (en)
dbp:genre Task Runner, Build tool (en)
dbp:language dbr:English_language
dbp:latestReleaseDate 2021-04-22 (xsd:date)
dbp:latestReleaseVersion 1.400000 (xsd:double)
dbp:license dbr:MIT_License
dbp:logo Grunt.svg (en)
dbp:logoSize 100 (xsd:integer)
dbp:name Grunt (en)
dbp:operatingSystem dbr:Linux dbr:MacOS dbr:Windows
dbp:platform dbr:Node.js
dbp:programmingLanguage dbr:JavaScript
dbp:released 2016-04-04 (xsd:date)
dbp:repo https://github.com/gruntjs/grunt
dbp:website http://gruntjs.com/
dbp:wikiPageUsesTemplate dbt:Github dbt:Cite_book dbt:Infobox_software dbt:Portal dbt:Reflist dbt:Short_description dbt:Start_date_and_age
dct:subject dbc:JavaScript_programming_tools dbc:Automation_software
rdf:type owl:Thing dbo:Software schema:CreativeWork dbo:Work wikidata:Q386724 wikidata:Q7397
rdfs:comment Grunt is a JavaScript task runner, a tool used to automatically perform frequent tasks such as minification, compilation, unit testing, and linting. It uses a command-line interface to run custom tasks defined in a file (known as a Gruntfile). Grunt was created by Ben Alman and is written in Node.js. It is distributed via npm. As of October 2022, there were more than 6,000 plugins available in the Grunt ecosystem. Companies that use Grunt include Adobe Systems, jQuery, Twitter, Mozilla, Bootstrap, Cloudant, Opera, WordPress, Walmart, and Microsoft. (en) Grunt est un outil pour la création de tâches automatisées avec le langage JavaScript. (fr) 그런트(Grunt)는 축소화, 컴파일, 유닛 테스트, 린트 등 주기적인 태스크들을 자동으로 수행하기 위해 사용되는 도구로서 자바스크립트 태스크 러너이다.Gruntfile이라는 파일에 정의된 사용자 지정 태스크들을 수행하기 위해 명령 줄 인터페이스를 사용한다. 그런트는 Ben Alman이 개발하였으며 Node.js로 작성되어 있다. npm을 통해 배포된다. 2016년 9월 기준으로, 그런트 생태계에 5,000개 이상의 플러그인을 사용할 수 있다. 그런트를 사용하는 기업으로는 어도비 시스템즈, jQuery, 트위터, 모질라, 부트스트랩, , 오페라, 워드프레스, 월마트, 마이크로소프트가 있다. (ko) Grunt (англ.) — менеджер задач для автоматического выполнения рутинных операций (например, минификация, тестирование, объединение файлов), написанный на языке программирования JavaScript. Программное обеспечение использует командную строку для запуска задач, определённых в файле Gruntfile. Распространяется через менеджер пакетов NPM под лицензией MIT. Создан для Node.js в 2012 году. На 2017 год насчитывается более 6 200 плагинов. Программное обеспечение используется в Adobe Systems, jQuery, Twitter, Mozilla, Bootstrap, , Opera, WordPress, Walmart и Microsoft. Развитием Grunt стал менеджер Gulp. (ru)
rdfs:label Grunt (software) (en) Grunt (informatique) (fr) 그런트 (ko) Grunt (программное обеспечение) (ru)
owl:sameAs wikidata:Grunt (software) dbpedia-fr:Grunt (software) dbpedia-ko:Grunt (software) dbpedia-ru:Grunt (software) dbpedia-vi:Grunt (software) https://global.dbpedia.org/id/2K6mZ
prov:wasDerivedFrom wikipedia-en:Grunt_(software)?oldid=1118359172&ns=0
foaf:depiction wiki-commons:Special:FilePath/Grunt.svg
foaf:homepage http://gruntjs.com/
foaf:isPrimaryTopicOf wikipedia-en:Grunt_(software)
foaf:name Grunt (en)
is dbo:wikiPageDisambiguates of dbr:Grunt
is dbo:wikiPageRedirects of dbr:Gruntjs.com
is dbo:wikiPageWikiLink of dbr:List_of_build_automation_software dbr:Index_of_JavaScript-related_articles dbr:Comparison_of_continuous_integration_software dbr:Buddy_(software) dbr:Webpack dbr:Flyway_(software) dbr:Node.js dbr:Grunt dbr:Gruntjs.com dbr:Gulp.js dbr:PostCSS dbr:IntelliJ_IDEA dbr:OpenJS_Foundation dbr:Yeoman_(software)
is foaf:primaryTopic of wikipedia-en:Grunt_(software)