standard-eject

1.0.8 • Public • Published

standard-eject

Build Status

Ever wish standard provided a way to "eject" à la create-react-app, to allow customization?

standard-eject does this for you, replacing standard with standardx. You can then edit the .eslintrc file to your liking.

Installation

yarn global add standard-eject
# or 
npm install --global standard-eject

Usage

# In the directory containing package.json: 
standard-eject

If you don't want to install standardx into the project (and uninstall standard), pass --no-install as the first argument:

standard-eject --no-install

Readme

Keywords

none

Package Sidebar

Install

npm i standard-eject

Weekly Downloads

2

Version

1.0.8

License

MIT

Unpacked Size

9.49 kB

Total Files

5

Last publish

Collaborators

  • josephfrazier