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

nicolas

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nicolas

![image](https://github.com/NicolasLopes7/nicolas/assets/57234795/dc62a117-bc1a-427b-b8b3-4bf2f1c1974f)

  • 1.0.19
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-62.5%
Maintainers
1
Weekly downloads
 
Created
Source

Nicolas - The TypeScript Project Wizard 🚀

image

Nicolas is your friendly neighborhood TypeScript project wizard! 🧙‍♂️ With just a few commands, Nicolas will conjure up a magical TypeScript project for you to test things out.

Installation

npm install -g nicolas

Quick Start

To unleash the magic without passing any flags, simply use:

npx nicolas

Nicolas will guide you through a magical journey with prompts:

  • 🪄 Do you wish to include linting?

    • Answer: Yes/No
  • 🪄 Which package manager do you want to use?

    • Answer: pnpm/yarn/npm

Example:

Screenshot 2024-01-26 at 13 19 32

Advanced Usage

nicolas [name] [--with-lint] [--pnpm|--yarn|--npm]

Options

  • [name]: Name of your project. If not provided, Nicolas will ask for it.
  • --with-lint: Include linting in your project.
  • --no-lint: Skip linting (if you're feeling rebellious).
  • --pnpm: Use pnpm as the package manager.
  • --yarn: Use yarn as the package manager.
  • --npm: Use npm as the package manager.

Examples

# Create a project named "awesome-ts-app" with linting using pnpm
nicolas awesome-ts-app --with-lint --pnpm

# Create a project named "cool-project" without linting using yarn
nicolas cool-project --no-lint --yarn

Note: Nicolas is not responsible for any unintended magical consequences. Use at your own risk! 🧙‍♂️

FAQs

Package last updated on 10 Feb 2024

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