Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@eluniverso/eu-components

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eluniverso/eu-components

A skeleton to create your own React component library using Rollup, TypeScript, Styled Components and Storybook

  • 1.0.34
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

EU Components

All Contributors

License: MIT

Netlify Status

Node.js Package

This project skeleton was created to help people get started with creating their own React component library using:

It also features:

Development

Testing

npm run test

Building

npm run build

Storybook

To run a live-reload Storybook server on your local machine:

npm run storybook

To export your Storybook as static files:

npm run storybook:export

How to test locally

1 - Generate tar.gz file

 npm pack #this will create a tar.gz file  Example [eluniverso-eu-components-0.0.1.tgz]
 

2 - link to the other project

  # You must use an absolute path.
  npm install /absolute/path/eluniverso-eu-components-0.0.1.tgz

Publish in NPM

1 - Update your local master branch

git pull origin master

2 - Set a new version

 npm version 1.0.32 #check current version in package.json and increment + 1
 git push origin master
 

3 - Create a new release on github

4 - On the new release page, write the version number just created with the v letter at the beginning, ie v1.0.32

5 - Publish the new release and wait for Github actions to trigger npm publishing

Contributors ✨

Thanks goes to these wonderful people (emoji key):


nellaparedes

🚇 ⚠️ 💻

RickyGX

⚠️ 💻

Elias Ortega

⚠️ 💻

eu-dzambrano

🎨 💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Keywords

FAQs

Package last updated on 08 Feb 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc