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

makes

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

makes

A tool to scaffold new projects, simple enough that you would want to define your own skeletons (aka generators).

latest
Source
npmnpm
Version
3.2.0
Version published
Weekly downloads
55
44.74%
Maintainers
1
Weekly downloads
 
Created
Source

makes CI

A tool to scaffold new projects, simple enough that you would want to define your own skeletons (aka generators).

Document site: https://makes.js.org

Run "makes"

"makes" is designed to be used without any installation, as long as you have Node.js. To run "makes", do:

npx makes <skeleton_provider>

Example skeletons

Try dumberjs skeleton to create various types of front-end projects. dumberjs is a JavaScript bundler using AMD module format for front-end SPA apps.

npx makes dumberjs
# or
npx makes dumberjs my-project

Note npx makes dumberjs is a conventional short-cut of npx makes dumberjs/new.

makes dumberjs

Keywords

scaffold

FAQs

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