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

A scaffolding tool for developer notes

License

NotificationsYou must be signed in to change notification settings

rats3g/nota

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nota is a scaffolding tool for developer notes. Out of the box, nota provides sensible defaults for common development scenarios - defects, stories, bugs, and features. nota promotes productive notetaking habits and allows for customization to accommodate unique workflows.

Install

Install nota with:

pip install rats3g-nota

Run nota and list possible arguments using:

nota -h

Configuration

nota supports configuration using command line parameters and aJSON config file. Precedence is:command line -> config file -> internal defaults.

OptionCommand LineConfigVariable
Generate bug template-b --bugbug.*$option
Set custom configuration file-c --config
Generate defect template-d --defectdefect.*$option
Use custom list of directories--directories*.directories[]
Generate feature template-f --featurefeature.*
Set note filename--filename*.filename
Print help information-h --help
Set note unique ID--identifier$id
List available notes-l --list
Create note<NAME>$name
Generate custom template-o --option$option.*$option
Set root directory for notes-r --rootroot$root
Generate story template-s --storystory.*$option
Use custom template for note-t --template*.template
Print version information-v --version

Development

To get started with nota development, clone theGit repository

git clone https://github.com/pyscaffold/pyscaffold.git

Install development dependencies usingpip

pip install -r requirements.txt

Finally, setup nota for development with the usual

python setup.py develop

and you are ready to go. Any changes you make will be reflected when you run nota.


[8]ページ先頭

©2009-2025 Movatter.jp