Socket
Book a DemoInstallSign in
Socket

@accordproject/markdown-editor

Package Overview
Dependencies
Maintainers
6
Versions
623
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accordproject/markdown-editor

[![Build Status](https://travis-ci.com/morewings/cra-template-npm-library.svg?branch=master)](https://travis-ci.com/morewings/cra-template-npm-library) [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=morewings/cra-template-

npmnpm
Version
0.91.1-20200514190556
Version published
Maintainers
6
Created
Source

Build Status Dependabot Status dependencies Status Netlify Status yarn version npm

NPM library Create React App template

Create React App (CRA) template to build and publish NPM libraries with rollup, eslint and stylelint configurations. See full documentation.

Usage

npx create-react-app %PROJECT_NAME% --template npm-library

Or

yarn create react-app %PROJECT_NAME% --template npm-library

Then

cd %PROJECT_NAME%
node ./prepare.js # makes required package.json configuration
yarn start

Features

  • Handles all modern JS features.
  • Bundles commonjs and es module formats.
  • Husky for git hooks.
  • Eslint and stylelint.
  • Rollup for bundling.
  • Babel for transpiling.
  • Jest and react-testing-library for testing.
  • Supports CSS modules, SASS/SCSS, Less and PostCSS.
  • Docz for documentation and demo.
  • And much more.

FAQs

Package last updated on 14 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts