New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

my-pkg-custom-name

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

my-pkg-custom-name

- ✈️ Project init with [vite](https://vitejs.dev/) - 🪖 [Github Actions](https://docs.github.com/cn/actions) support (Auto CI / Auto Release / Auto Deploy) - 🍕 Build npm package with [tsup](https://tsup.egoist.sh/) - 🍭 Built-in react dev environment

  • 0.0.1
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

README

  • ✈️ Project init with vite

  • 🪖 Github Actions support (Auto CI / Auto Release / Auto Deploy)

  • 🍕 Build npm package with tsup

  • 🍭 Built-in react dev environment

    playground folder

    start --> npm run dev

  • 🍔 Use browserslistrc

  • 🪗 Build styles with postcss (postcss-nested/ autoprefixer / cssnano)

  • 🌭 Stylelint that helps you avoid errors and enforce conventions in your styles.

  • 🍟 Mono repo with npm

  • 🎉 TypeScript, of course

  • 🎄 Unit Testing with Vitest

  • 🏑 Storybook for building UI components and pages

  • 🧆 ESLint statically analyzes your code to quickly find problems.

  • 🛸 Deploy on Netlify, zero-config

  • 🥳 MIT License

how to use

replace my-pkg-custom-name with your package name

Directory structure

Project
├── __tests__           # Unit Testing
├── babel.config.js     # babel config
├── package.json
├── playground          # dev environment folder (can use source code)
│   ├── index.html
│   ├── package.json
│   ├── public
│   ├── src
│   ├── tsconfig.json
│   ├── vite-env.d.ts
│   └── vite.config.ts
├── postcss.config.js  # build styles with postcss
├── src                # Package source code
│   ├── index.ts       # Package source entry
│   ├── stories        # storybook for building UI components and pages
│   ├── styles         # styles for Package
│   └── types.ts       # ts type declaration for Package
├── tsconfig.json      # ts config
└── tsup.config.ts     # build package with tsup

how to add NPM_TOKEN

  1. create npm token

  2. then copy npm token, add to github project settings

    • project -> settings -> secrets -> actions

how to add GITHUB_TOKEN

FAQs

Package last updated on 19 Jul 2022

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