並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 104件

新着順 人気順

scriptsの検索結果1 - 40 件 / 104件

  • Excel操作をJavaScriptで記録 ~Microsoft、“Office Scripts”をパブリックプレビュー/「OneDrive for Business」で共有も可能。企業向けの“Office 365”へ順次展開

      Excel操作をJavaScriptで記録 ~Microsoft、“Office Scripts”をパブリックプレビュー/「OneDrive for Business」で共有も可能。企業向けの“Office 365”へ順次展開
    • ESLint, Prettier, VS Code, npm scripts の設定: 2021春

      eslint-plugin-prettier 時代の設定をずっと使っていたので、重い腰を上げてアップデートした作業メモ。 背景 Prettier 公式ドキュメントによれば、現在 eslint-plugin-prettier は以下の問題があるとして推奨していない。 エディタが真っ赤になる(人間が気にする必要のない問題なのに!) 直接実行するより遅い(同様に prettier-eslint も遅い) ESLint と Prettier の間に間接レイヤーを追加するので、壊れやすい なるほど正しい。 一方、別々に実行することで以下のような問題も出てくるので、解決していく。 CLI とエディタを個別に設定する必要がある エディタで ESLint と Prettier の協調動作が必要 CLI (npm scripts) で ESLint と Prettier の対象ファイルが別管理になる 上記の

        ESLint, Prettier, VS Code, npm scripts の設定: 2021春
      • GitHub - google/zx: A tool for writing better scripts

        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

          GitHub - google/zx: A tool for writing better scripts
        • npm-scripts を書く時の手癖 - mizdra's blog

          かれこれ 5 年くらい趣味開発で npm-scripts を書き続けている。長年書き続けているとノウハウが蓄積されてきて、「こう書くとスッキリする」「迷いがなくなる」「後から拡張したくなった時に、簡単に拡張できる」みたいな書き方が身についてきた。自分の型、あるいは手癖のようなものだと思う。 せっかくなので、id:mizdra の今の npm-scripts を書く時の手癖を書き連ねてみる。 基本形 { "scripts": { "build": "webpack --mode production", "dev": "webpack-dev-server --mode development", "lint": "eslint .", "test": "jest" } } 一番シンプルな npm-scripts を書く時のパターン。以下の 4 つの script を登録している。 buil

            npm-scripts を書く時の手癖 - mizdra's blog
          • Makefileの代わりにnpm scripts+zxを使う - 詩と創作・思索のひろば

            そこそこの規模があるプロジェクトで実行すべきタスクを定義するとき、初手として Makefile を使いがち。 Pros make は事実上どんな環境にもあることを期待してよい シェルで実行されるコマンドをそのまま書ける タスクの依存関係が明示できる Cons make では positional arguments が使えない 少し複雑なことをしようとすると Makefile 専用の文法を覚える必要がある 現代では、ファイルベースのタスクの依存関係は make が発明されたころほどは必要ではない Docker とか Go とか Webpack がよしなにしてくれることが多い 例: docker compose のラッパー ちょっとしたコマンドのラッパーを書きたいことがある。Makefile を書きはじめたらすべてのエントリポイントを make にしたい。ということで、以下のような Make

              Makefileの代わりにnpm scripts+zxを使う - 詩と創作・思索のひろば
            • GitHub - google/wireit: Wireit upgrades your npm/pnpm/yarn scripts to make them smarter and more efficient.

              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                GitHub - google/wireit: Wireit upgrades your npm/pnpm/yarn scripts to make them smarter and more efficient.
              • Web版ExcelでTypeScriptベースの「Office Scripts」提供開始。ユーザー操作を自動で記録可能

                Web版ExcelでTypeScriptベースの「Office Scripts」提供開始。ユーザー操作を自動で記録可能 マイクロソフトは、Web版Excelの新機能「Office Scripts」をプレビュー版として提供開始したと発表しました。 Office ScriptsはTypeScriptベースのスクリプト言語。Web版Excelでユーザーが操作した内容をスクリプトとして記録する機能を備えています。Windows版Excelのマクロ記録のように、操作に合わせて自動的にOffice Scriptsが生成されます。 生成されたOffice Scriptsを実行すれば、同じ操作が再現されます。 Office Scriptsが搭載されたWeb版ExcelにはTypeScriptエディタも内蔵されており、これを用いてOffice Scriptsを編集し、実行される内容を変更することも可能です。

                  Web版ExcelでTypeScriptベースの「Office Scripts」提供開始。ユーザー操作を自動で記録可能
                • GitHub - JaidedAI/EasyOCR: Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.

                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                    GitHub - JaidedAI/EasyOCR: Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
                  • GitHub - kellyjonbrazil/jc: CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts

                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                      GitHub - kellyjonbrazil/jc: CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts
                    • GitHub - charmbracelet/gum: A tool for glamorous shell scripts 🎀

                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                        GitHub - charmbracelet/gum: A tool for glamorous shell scripts 🎀
                      • GitHub - tzador/makedown: Organise your shell scripts within executable markdown files

                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                          GitHub - tzador/makedown: Organise your shell scripts within executable markdown files
                        • GitHub - mig1984/bashible: Simple bash DSL framework for writing shell scripts safe and agile.

                          Bashible is a deployment/automation tool written in Bash (DSL). Inspired by Ansible. Simplifies things and prevents usual mistakes. Features: improved readability unhandled failures prevention skipping already done tasks command chaining working directory always as expected variable checking dependencies; calling sub-scripts delayed tasks executed on finish child termination handler; no processes

                            GitHub - mig1984/bashible: Simple bash DSL framework for writing shell scripts safe and agile.
                          • OSSのコードに触れてゆったりRails力アップ!《devto: Data Upate Scripts編》

                            OSSのコードに触れてゆったりRails力アップ!《devto: Data Upate Scripts編》 駆け出しRailsエンジニアの方や、忙しくてスキルアップにリソースを割けないエンジニアの方向けに、 「良質なOSSから無理なくゆったりと学ぶためのガイド」というコンセプトで書いた本です。 OSSの題材としては爆速な技術記事投稿サービスとして有名なdevtoを選んでみました。 https://dev.to また、本書は「devtoからRailsを無理なくゆったりと学ぶためのガイド」というコンセプトでどういったコンテンツが作れるかを試した試作品でもあります。 試作品ということで、投げ銭形式(有料設定にした上で全編無料で公開)をとってみました。 本書を読んでみて価値を感じて頂けたなら、LIKEや購入をして頂けると本編を書く励みになります!

                              OSSのコードに触れてゆったりRails力アップ!《devto: Data Upate Scripts編》
                            • GitHub - egoist/dum: An npm scripts runner written in Rust.

                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                GitHub - egoist/dum: An npm scripts runner written in Rust.
                              • Codon: Python compiler takes scripts to C/C++ speeds

                                Python is among the one of the most popular programming languages, yet it's generally not the first choice when speed is required. While it can be optimized for better performance, Python is prized for qualities other than speed, such as readability, a manageable learning curve, an expansive ecosystem, and utility in both academia and business. MIT computer scientists and their colleagues, however

                                  Codon: Python compiler takes scripts to C/C++ speeds
                                • Puppetaria: accessibility-first Puppeteer scripts  |  Blog  |  Chrome for Developers

                                  Puppeteer and its approach to selectors Puppeteer is a browser automation library for Node: it lets you control a browser using a simple and modern JavaScript API. The most prominent browser task is, of course, browsing web pages. Automating this task essentially amounts to automating interactions with the webpage. In Puppeteer, this is achieved by querying for DOM elements using string-based sele

                                  • GitHub - CDSoft/luax: luax is a Lua interpreter and REPL based on Lua 5.4, augmented with some useful packages. It is also a "compiler" that produces standalone executables from Lua scripts.

                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                      GitHub - CDSoft/luax: luax is a Lua interpreter and REPL based on Lua 5.4, augmented with some useful packages. It is also a "compiler" that produces standalone executables from Lua scripts.
                                    • npm scripts で rimraf を使わずディレクトリを再帰的に削除する

                                      3 行で Node.js >= v14.14.0 であること rimraf dist は node -e 'fs.rmSync(`dist`, {recursive:true, force:true})' で置き換えられる rimraf dist/*.bundle.js みたいな glob を含むものは置き換えできない 長い説明 npm scripts で不要なキャッシュやビルドの出力ファイルを削除したい場合は rimraf というパッケージを POSIX の rm -rf の代わりに使うことが多いと思います。これは Windows で npm run の実行に使われる コマンドプロンプト (cmd.exe) に rm がないのを始めとした環境依存の問題を避けるためです。 とはいえパッケージなしではディレクトリの再帰的削除もできない、というのはちょっと困るので、v12.10.0 で fs.

                                        npm scripts で rimraf を使わずディレクトリを再帰的に削除する
                                      • Ruby: a great language for shell scripts!

                                        Intro Ruby is so associated with its most famous framework, Rails, that many people forget how amazing this language is. I mean, I know a lot of people who says “I don’t like Ruby” and when I ask why, they say something about Rails. Personally, I consider Ruby one of my favorite programming languages, and the last time I touched any Rails code was 7 years ago… So, if I don’t use Rails anymore, wha

                                        • GitHub - niespodd/browser-fingerprinting: Analysis of Bot Protection systems with available countermeasures 🚿. How to defeat anti-bot system 👻 and get around browser fingerprinting scripts 🕵️‍♂️ when scraping the web?

                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                            GitHub - niespodd/browser-fingerprinting: Analysis of Bot Protection systems with available countermeasures 🚿. How to defeat anti-bot system 👻 and get around browser fingerprinting scripts 🕵️‍♂️ when scraping the web?
                                          • Using CSS Module Scripts to import stylesheets  |  Articles  |  web.dev

                                            Using CSS Module Scripts to import stylesheets Stay organized with collections Save and categorize content based on your preferences. Learn how to use CSS module scripts to import CSS stylesheets using the same syntax as JavaScript modules. With the new CSS module scripts feature, you can load CSS style sheets with import statements, just like JavaScript modules. The style sheets can then be appli

                                            • GitHub - octoherd/cli: CLI to run a octoherd scripts on one or multiple repositories

                                              Usage: octoherd run -S path/to/script.js [options] Options: --help Show help [boolean] -S, --octoherd-script Path to *.js script. Must be an ES Module. [string] [required] -T, --octoherd-token Requires the "public_repo" scope for public repositories, "rep o" scope for private repositories. Creates an OAuth token if n ot set. [string] -R, --octoherd-repos One or multiple repositories in the form of

                                                GitHub - octoherd/cli: CLI to run a octoherd scripts on one or multiple repositories
                                              • GitHub - SoptikHa2/desed: Debugger for Sed: demystify and debug your sed scripts, from comfort of your terminal.

                                                Demystify and debug your sed scripts, from comfort of your terminal. Desed is a command line tool with beautiful TUI that provides users with comfortable interface and practical debugger, used to step through complex sed scripts. Some of the notable features include: Preview variable values, both of them! See how will a substitute command affect pattern space before it runs Step through sed script

                                                  GitHub - SoptikHa2/desed: Debugger for Sed: demystify and debug your sed scripts, from comfort of your terminal.
                                                • GitHub - shikaan/shmux: 🐚 Run multiple scripts from one file. In (almost) any language.

                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                    GitHub - shikaan/shmux: 🐚 Run multiple scripts from one file. In (almost) any language.
                                                  • GitHub - BuilderIO/partytown: Relocate resource intensive third-party scripts off of the main thread and into a web worker. 🎉

                                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                      GitHub - BuilderIO/partytown: Relocate resource intensive third-party scripts off of the main thread and into a web worker. 🎉
                                                    • Nuxt Scripts でサードパーティスクリプトをより身近に

                                                      はじめに こんにちは、がんがんです。 2024 年 6 月に Nuxt v3.12 がリリースされました。 Nuxt v3.12 の目玉としては Nuxt4 のリリース準備が進んでいること、現環境で Nuxt4 のマイグレーション実験を行えること が挙がられると思います。 Nuxt4 へのマイグレーション実験はこちらの記事で実験されています。合わせてご覧ください。 そんな v3.12 のリリースノートの中に今まで見たことなかったモジュール名が記載されていました (以下ブログ記事の引用) 📜 Nuxt Scripts auto-install We've been gradually working to release Nuxt Scripts. It's currently in public preview, but we're near a public release, so w

                                                        Nuxt Scripts でサードパーティスクリプトをより身近に
                                                      • GitHub - eukaryo/reversi-scripts

                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

                                                          GitHub - eukaryo/reversi-scripts
                                                        • Office Scriptsってどんな機能? | 初心者備忘録

                                                          前回、Ignite 2019で発表されたPower Automate(旧名:Microsoft Flow)のUIフローについて紹介しましたが、今回のIgniteではOffice開発絡みでもう一つ大きな発表がありました。 それが「Office Scripts」... そのときの発表では、パブリックプレビュー版が年内に試用できるようになる!とのことだったのですが、待てど暮らせど私の環境では使えるようにならず…。 仕方ないので、実際に触る前に今出ている情報をまとめてみようと思います。 (2020年1月6日時点ではまだリリースすらされていないので、ここで説明する機能は変更される可能性があります。) Office Scriptsとは? Office Scriptsは、早い話が“Excel VBAで言うところのマクロの記録機能のオンライン版”です。 https://docs.microsoft.com

                                                            Office Scriptsってどんな機能? | 初心者備忘録
                                                          • 似て非なるCSS Module Scripts

                                                            昨年くらいからNext.jsの影響もあり、CSS Modulesの人気がまた高まってるように感じますね。State of CSSのCSS-in-JSランキングでも満足度、興味、利用率、認知度などどれをとっても1~2位に入ってました。 CSS Moduels自体はReactのJSXなどと同様、JSを拡張し利用できる技術です。しかし、このアプローチを有用と思った人たちが「JSやブラウザの仕様としてCSSをimportできたらいいのにね」と思いChromeに実装されつつあるのが「CSS Module Scripts」です。 仕様になったならいい話じゃん!で終わればいいんですが、なんとこの「CSS Module Scripts」、「CSS Modules」と仕様が違うんですね。現状まだwebpackでは「CSS Module Scripts」は未サポートですが、今後サポートするつもりっぽいのでこの

                                                              似て非なるCSS Module Scripts
                                                            • Web制作向けnpm-scripts - Qiita

                                                              更新版 Web制作向けnpm-scripts 3 npm-scriptsのWeb制作向けタスクランナー Web制作は細かいやることが多いので、少しでも自動化して手作業を減らしたいと考えました。 一人で完結する作業であれば、PreprosやKoala(開発終了)などGUIのツールや、エディタの標準、拡張機能で実現できる事も多いですが、複数人で作業を行う場合、無駄な作業やトラブルを避けるために環境を統一する、コーディング規約を遵守するなどかなり面倒です。 そこでよく使われるGulpやWebpackですが、学習コストがかかる上に、Web制作ではそこまでの機能はいらない場合が多いので、比較的入門しやすいと感じたnpm-scriptsでWeb制作向けのタスクランナーを作ってみました。 やりたい事 Web制作の効率化のため、作業の自動化を設定します。 HTML CSS JavaScript

                                                                Web制作向けnpm-scripts - Qiita
                                                              • Android Emulator Container Scriptsを使ってDocker上でAndroidエミュレータを動かす - Qiita

                                                                Android Emulator Container Scriptsを使ってDocker上でAndroidエミュレータを動かすAndroidDocker この記事は Android Advent Calendar 2020 17日目の記事です。 昨年に紹介されていた Android Emulator Container Scripts ですが、今年新たにビルド済みのエミュレータコンテナが実験的に提供されているとのことで、本記事ではこのスクリプトを利用してDockerコンテナでAndroidエミュレータを立ち上げ、adb接続やテストの実行、Webブラウザから起動したエミュレータを操作する手順を紹介します。 Continuous Testing with Android Emulator Containers Android Developers Blog / Continuous testi

                                                                  Android Emulator Container Scriptsを使ってDocker上でAndroidエミュレータを動かす - Qiita
                                                                • Microsoft Office Scripts Dev Center | Automate tasks in Excel

                                                                  All Microsoft Global Microsoft Security Azure Dynamics 365 Microsoft 365 Microsoft Teams Windows 365 Tech & innovation Microsoft Cloud AI Azure Space Mixed reality Microsoft HoloLens Microsoft Viva Quantum computing Sustainability Industries Education Automotive Financial services Government Healthcare Manufacturing Retail All industries Partners Find a partner Become a partner Partner Network Fin

                                                                  • Introducing Partytown 🎉: Run Third-Party Scripts From a Web Worker

                                                                    Introducing Partytown 🎉: Run Third-Party Scripts From a Web Worker A fun location for your third-party scripts to hang out Performance is always top of mind for any website or web app. It’s of no surprise that a page that loads instantly, has no scroll jank, and responds immediately to any interaction, will provide an all around better user-experience. Even with a fast and highly tuned site follo

                                                                      Introducing Partytown 🎉: Run Third-Party Scripts From a Web Worker
                                                                    • GitHub - progrhyme/shelp: Git-based package manager for shell scripts written in Go

                                                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                        GitHub - progrhyme/shelp: Git-based package manager for shell scripts written in Go
                                                                      • 【2020年のタスクランナーはこれ!】npm scriptsを使ってみた【脱gulp】 | 日々アップデートBLOG

                                                                        これで npm run babel を実行することでトランスパイルされるというものでした。 以前までタスクランナーにgulpを使用しているのですが、できれば脱gulp、そしてnpm scriptsに移行していきたいと考えていました。 今回はnpm scriptsについて深く知って、以下を目標に進めていきます。 sassの自動コンパイル&圧縮処理 babelを使用してjavascriptの自動トランスパイル&圧縮処理 browser-syncでブラウザリロード npm scriptsとは npmはpackage.jsonの「scripts」箇所に記述することで、シェルスクリプトやaliasコマンドを登録・実行することができます。 Frontend Developer Roadmap 2020版でも推奨 Frontend Developer Roadmap 2020版でもGulpよりnpm s

                                                                          【2020年のタスクランナーはこれ!】npm scriptsを使ってみた【脱gulp】 | 日々アップデートBLOG
                                                                        • npm-scripts でチームメンバーと共通認識を作る | DevelopersIO

                                                                          型チェックや静的コード解析については、普段エディターや IDE で自動的に実行していると思いますが、 CI 用に定義しておくと便利です。また、これらが明示的に定義してあることでジョインしたばかりのプロジェクトメンバーがそれぞれの目的でどのツールを使うかを把握することが可能です。 スクリプト名の修飾 例えば development 環境と production 環境でビルド用の設定が異なる場合など、実行すべきスクリプトを変更したいときがあります。これは慣習的に : コロンでつないで環境名を指定することが多いです。例えば普段使う build コマンドは development 環境用とし、 build:prod コマンドに production 環境用のスクリプトを定義する、などです。 yarn における scripts プロパティの扱い yarn も同様の仕組みを持っており、 yarn ru

                                                                            npm-scripts でチームメンバーと共通認識を作る | DevelopersIO
                                                                          • Office Scripts is now available for Office 365 Enterprise E1 and Office 365 F3 licenses

                                                                            We are happy to announce that Office Scripts in Excel is now available for customers with Office 365 Enterprise E1 and Office 365 F3! Starting today you can find the Office Scripts feature set in the Automate tab on the Excel ribbon. What is Office Scripts? Office Scripts is an automation platform in Excel that allows users with all levels of programming experience to automate their repetitive wor

                                                                              Office Scripts is now available for Office 365 Enterprise E1 and Office 365 F3 licenses
                                                                            • Help message for shell scripts

                                                                              July 7, 2020Have you ever thought how good it would be to have a help message for your shell script that you wrote a month ago and already forgot what it is supposed to do? Yeah, there is always a way to show a message using cat (meow) or a bunch of echo calls. But there is a neat trick. Add your message with all the required information on top of your file, just right after the shebang. #!/bin/ba

                                                                                Help message for shell scripts
                                                                              • Announcing Office Scripts (Preview)

                                                                                Today we are announcing the availability of a public preview of Office Scripts in Excel on the web. Office Scripts is a feature that enables users with all levels of Excel experience—from beginner users to those with advanced coding expertise—to record scripts and automate their tasks. Over the coming weeks, this preview will be rolling out to organizations with Office 365. Get started by opting i

                                                                                  Announcing Office Scripts (Preview)
                                                                                • Office スクリプト ドキュメント - Office Scripts

                                                                                  このブラウザーはサポートされなくなりました。 Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。

                                                                                    Office スクリプト ドキュメント - Office Scripts