Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

License

NotificationsYou must be signed in to change notification settings

42paris/norminette-v3

 
 

Repository files navigation

Install:

Requires python3.7+ (3.7, 3.8, 3.9)

Directly inside your global commands

Install using pip.

python3 -m pip install --upgrade pip setuptoolspython3 -m pip install norminette

To upgrade an existing install, use

python3 -m pip install --upgrade norminette

Inside a virtual environment

Using a virtual environment will avoid version conflicts with already globally installed packages.

python3 -m venv venvsource venv/bin/activatepip install norminette

Usage

norminette

Runs on the current folder and any subfolder

norminette filename.[c/h]

Runs on the given filename(s)

norminette -d

Prevents stopping on various blocking errors

norminette -dd

Outputs all the debug logging

Docker usage

docker build -t norminette .cd ~/42/ft_printfdocker run -v $PWD:/code norminette /code

If you encounter an error or an incorrect output, you can:

  • Open an issue on github
  • Post a message on the dedicated slack channel (#norminette-v3-beta)

Please try to include as much information as possible (the file on which it crashed, etc)

Feel free to do pull requests if you want to help as well. Make sure that run_test.sh properly runs after your modifications.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python60.3%
  • TeX28.0%
  • C11.4%
  • Other0.3%

[8]ページ先頭

©2009-2025 Movatter.jp