You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

create-enpage

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-enpage

A CLI for creating Enpage templates.

0.0.47
latest
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

create-enpage

Creates templates for Enpage.

Local development

Testing with tsx

Testing the build

⚠️ Important: the following steps work for npm but not for pnpm

  • Clone this repository and run :
  • pnpm install and pnpm build at the root.
  • pnpm pack:test in the packages/create-enpage directory.
  • Create another directory named test-create-enpage outside the monorepo, like one level up. You should have the following structure:
- enpage (monorepo)
  - packages
    - create-enpage
    - [...]
  - [...]
- test-create-enpage
  • Go to the newly created directory and test the package:
cd test-create-enpage
npx ../enpage/packages/create-enpage/create-enpage-test.tgz my-template

FAQs

Package last updated on 13 Jun 2025

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