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

create-awesome-package

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-awesome-package

CLI to bootstrap your awesome package

  • 2.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

create-awesome-package

When you need to create a new package, need to add a lot of boilerplate code, webpack or other build system to transpile to ES5 etc.

This CLI helps to create the package with JS/TS, build system(Webpack/Parcel) and necessary stuff 🔥 It's like create-react-app but for building packages 📦

create-awesome-package helps to create the package with build system and necessary stuff.

You can create package with JavaScript/TypeScript

You just write your own code 🔥

How to install

npm i -g create-awesome-package

How to use

Go to your root of the package you want to build.

Then, Just run

create-awesome-package [name]

example - create-awesome-package my-package

OR also you can use npx

npx create-awesome-package my-package ( if you don't want to globally install it)

and you are done!

It will provide you the boilerplate you need to get started!

To Run Tests

npm run test


Inspired from create-react-app

Keywords

FAQs

Package last updated on 03 Feb 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

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