Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
create-jscad-project
Advanced tools
An npx starter template for JsCad projects using Typescript and Hot Reload preview
An NPX starter template designed to kickstart your JsCad projects using TypeScript and Hot Reload preview. This tool simplifies the process of setting up a JsCad project, allowing you to focus on creating fully parametric CAD drawings with ease.
Please consider:
Ensure you have Node.js installed on your system to use npx
.
To create a new JsCad project, run the following command in your terminal:
npx create-jscad-project <your-project-name>
This command will create a new directory with your project name, set up the folder structure, and install all the necessary dependencies.
.vscode
directory contains recommendations for helpful extensions. Please review and install them to enhance your development experience.Run and Debug
section of VSCode. This will open the drawing.ts
file, run npm run dev
, and open the preview browser.
If you are NOT using VSCode, or if you'd rather run the dev environment manually, then, after setting up your project, navigate to your project directory and start the development server:
cd <your-project-name>
npm run dev
create-jscad-project
is built upon and inspired by the capabilities of JSCAD. Here are some resources and related projects that can enhance your experience with JsCad:
JSCAD: The core framework upon which this project is based. For more information and documentation, visit JSCAD's Github.
JsCad Cheat Sheet: A handy guide for quick reference to JsCad syntax and features. Perfect for beginners and experienced users alike. Check out the JsCad Cheat Sheet.
Parametric Polysphericon Design Tutorial: Dive into a practical example of parametric design with JSCAD in this informative YouTube video by CodeDoodle. Watch the Parametric Polysphericon Design using JSCAD for insights and inspiration.
Contributions are welcome! Feel free to submit pull requests or open issues to improve create-jscad-project
.
This project is licensed under the Apache-2.0.
Happy Designing with create-jscad-project
!
FAQs
An npm / npx starter template for JSCAD projects using Typescript and Hot Reload preview
The npm package create-jscad-project receives a total of 6 weekly downloads. As such, create-jscad-project popularity was classified as not popular.
We found that create-jscad-project demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.