New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@reactivers/npm-ts

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reactivers/npm-ts

Create packages for NPM with types. React, NodeJS, NextJS, Typescript

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

Installation

npx @reactivers/npm-ts my-component

Getting Started

  • Edit package.json
  • Create your components under src/components.
  • Create your styles to under src/styles.
  • Export the components and the styles you want to build into src/index.ts.
    • Make sure all of them are exported!.
  • Then run
npm run build
  • Check dist folder

Note!.

  • Don't forget to edit package.json!

  • Don't forget to edit README.md!

  • To publish the package

npm publish --access=public

Keywords

react

FAQs

Package last updated on 06 Apr 2023

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