Create-editorconfig - A simple npm script to generate an .editorconfig file

Overview

Create EditorConfig

A simple npm script to generate an .editorconfig file.

You don't know EditorConfig? Check out the official documentation!

Usage

Simply run npx create-editorconfig in your project directory and answer the prompted questions according to your preferences. You must have node and npm installed.

Use npx create-editor -y to skip the prompts and generate a default .editorconfig file.

Create EditorConfig usage

License

Create EditorConfig is open source software licensed as MIT.

You might also like...
Universal avatar makes it possible to fetch/generate an avatar based on the information you have about that user.
Universal avatar makes it possible to fetch/generate an avatar based on the information you have about that user.

Avatar Universal avatar makes it possible to fetch/generate an avatar based on the information you have about that user. We use a fallback system th

Fluid-type-scale-calculator - Generate font size variables for a fluid type scale with CSS clamp
Fluid-type-scale-calculator - Generate font size variables for a fluid type scale with CSS clamp

Fluid Type Scale Calculator Generate font size variables for a fluid type scale

CLI based on Vite to generate your project easily
CLI based on Vite to generate your project easily

CLI based on Vite to generate your project easily

A little plugin for Bootstrap 4 custom file input

bs-custom-file-input A little plugin which makes Bootstrap 4 custom file input dynamic with no dependencies. You can use it on React and Angular too b

A csv file import button for react-admin
A csv file import button for react-admin

react-admin-import-csv CSV import button for the react-admin framework. Usage Simply import the button into a toolbar, like so: Basic Import Action On

An NFT Marketplace React dApp demo on the Polygon blockchain with basic functionalities such as acquire and mint NFTs using ERC721 Smart Contract and Interplanetary File System IPFS.
An NFT Marketplace React dApp demo on the Polygon blockchain with basic functionalities such as acquire and mint NFTs using ERC721 Smart Contract and Interplanetary File System IPFS.

Polygon-NFT-marketplace generated from jellydn/dapp-starter Opinionated Dapp Starter Template Homepage - Marketplace NFT Minting Features The React Fr

A plugin enables you to import a Markdown file as various formats on your vite project

vite-plugin-mdoc A plugin enables you to import a Markdown file as various forma

create-esbuild-app is an extremely fast create-react-app replacement.

create-esbuild-app is a wrapper around create-react-app while esbuild-scripts is a react-scripts compatible CLI which can be dropped in as a replacement

Template to create reactjs component library which will help you to create your dream library.

reactjs-library-template Template to create reactjs component library which will help you to create your dream library. How to use Commands to setup e

Comments
  • Some Structural Improvements

    Some Structural Improvements

    What this PR does:

    1 - Move the script code to a src folder to help evolving 2 - Separate hard coded consts into a constants single file 3 - Added missing catches to avoid unhandled promise rejections 4 - Separated spected result object descriptor into single file (formatMap.js) 5 - Refactored the formatter to a smaller Version

    All the steps are separed in single commits.

    opened by felippe-regazio 0
  • Some Suggestions

    Some Suggestions

    • Add tests (maybe Jest)
    • Add build process with typescript (Very optional at this level)
    • Add "Ok/Edit" options with preview at the end of the process
    • When added Ok/Edit, add the -y option
    opened by felippe-regazio 1
Releases(v1.2.2)
  • v1.2.2(Jan 9, 2022)

    [x] - Accepts -y arg on the command to generate a default .editorconfig file; [x] - When no arg is passed, prompts the user with valid EditorConfig options and validates user input; [x] - Enables the user to add any number of EditorConfig settings for each set of globs.

    Source code(tar.gz)
    Source code(zip)
Owner
Douglas Moura
Engenheiro civil que se tornou engenheiro de software.
Douglas Moura
Setup-npm - NPM Setup Instructions

setup-npm Quando trabalhamos com NodeJS, e ao criarmos um novo projeto, existe s

Eduardo Policarpo 4 Dec 8, 2022
An template project made with Next.js, Typescript, Styled Components, Eslint, Prettier, Editorconfig, Storybook, Hygen and Jest + React Testing Library

An template project made with Next.js, Typescript, Styled Components, Eslint, Prettier, Editorconfig, Storybook, Hygen and Jest + React Testing Library

Get In 4 Nov 23, 2022
A cli tool to generate cra-template from current create-react-app project.

Create Cra Template A cli tool to generate cra-template from current create-react-app project. Create Cra Template Templates cra-template-popular cra-

Yoki 23 Aug 18, 2022
A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it)

nwb nwb is a toolkit for: Quick Development with React, Inferno, Preact or vanilla JavaScript Developing: React Apps Preact Apps Inferno Apps Vanilla

Jonny Buchanan 5.5k Jan 3, 2023
An npm package that lets you jump right into coding React and Redux with universal (isomorphic) rendering. Only manage Express setups or Webpack configurations if you want to.

Universal Redux What and Why Universal Redux is an npm package that when used as a dependency in your project provides a universal (isomorphic) render

Buck DeFore 462 May 22, 2022
an npm package for displaying and direct updating state for prototypes on React

React state-control A bunch of lightweight components for updating the model stored in React's stateful components for fast prototyping. Complete libr

Alexander Demin 1 May 7, 2022
✨ A template code for creating react component or JS module npm packages.

React Package Template A template code repo for creating react component or JS npm packages. Just follow few steps and you can start publishing your c

Girish Sawant 3 May 2, 2022
Simple File uploader using React , styled-components and firebase

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

Daemon 1 Dec 30, 2021
🔑 Generate good customizable passwords

Welcome to password-generator-web ?? ?? password-generator-web in production... ?? Generate good customizable passwords Screenshots ?? Table Of Conten

Password Generator 14 Nov 20, 2022
generate forms from JSON object

json-obj-form-generator generate forms from JSON object Install npm install --save json-obj-form-generator For more informations check documentation w

Radovan Pranda 11 Nov 10, 2021